Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 712 Bytes

File metadata and controls

38 lines (28 loc) · 712 Bytes

NumDashStyles

Description

Function NumDashStyles returns the number of available line dash patterns.

FUNCTION NumDashStyles : INTEGER;
def vs.NumDashStyles():
    return INTEGER

Remarks

[[User:CBM-c-|c]], 2014.04.08: It returns exclusively the count of dash styles ignoring complex line types, if any. Use [[VS:BuildResourceList]] instead if you need them.

Examples

==== VectorScript ====

numLS := NumDashStyles;

==== Python ====

See Also

VS Functions: BuildResourceList | GetNameFromResourceList

Version

Availability: from MiniCAD 4.0

Category

  • Document Attributes