Home > RhinoScript Methods > Linetype Methods > LinetypeCount
Returns the number of linetypes in the document.
Rhino.LinetypeCount ()
None.
Number |
The number of linetypes in the document. |
Dim intCount
intCount = Rhino.LinetypeCount
Rhino.Print "There are " & CStr(intCount) & " linetypes."