Returns the number of linetypes in the document.
rhinoscriptsyntax.LinetypeCount()
rhinoscript.linetype.LinetypCount()
None.
Number |
The number of linetypes in the document. |
import rhinoscriptsyntax as rs
count = rs.LinetypeCount()
print "There are", count, "linetypes."