Returns the document default sketch style. Returns the string 'No Sketch' if the current sketch style is ?No Sketch?.
FUNCTION GetDocumentDefaultSketchStyle : STRING;def vs.GetDocumentDefaultSketchStyle():
return STRINGresultStr := GetDocumentDefaultSketchStyle;import vs
# Returns the document default sketch style.
text = vs.GetDocumentDefaultSketchStyle()
vs.Message('GetDocumentDefaultSketchStyle returned: ' + str(text))Availability: from VectorWorks11.5