Returns the number of hatch patterns in the document.
Rhino.HatchPatternCount ()
None.
Number |
The number of hatch patterns in the document. |
Dim intCount
intCount = Rhino.HatchPatternCount
Rhino.Print "There are " & CStr(intCount) & " hatch patterns."