VS:NumDashStyles

From Vectorworks Developer
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

.VectorScript|VectorScript ..VS:Function Reference|Function Reference ..VS:Function_Reference_Appendix|Appendix

Description

Function NumDashStyles returns the number of available line dash patterns.

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

Remarks

_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.

Example

VectorScript

numLS := NumDashStyles;

Python


Version

Availability: from MiniCAD 4.0

See Also

VS Functions:

VS:BuildResourceList | VS:GetNameFromResourceList

VS Functions:

[[VS:BuildResourceList]]

| [[VS:GetNameFromResourceList]]