Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 678 Bytes

File metadata and controls

31 lines (24 loc) · 678 Bytes

GetDocumentDefaultSketchStyle

Description

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 STRING

Examples

resultStr := GetDocumentDefaultSketchStyle;
import vs

# Returns the document default sketch style.
text = vs.GetDocumentDefaultSketchStyle()
vs.Message('GetDocumentDefaultSketchStyle returned: ' + str(text))

Version

Availability: from VectorWorks11.5

Category