Returns the number of dimension styles in the document.
Rhino.DimStyleCount ()
None.
Number |
The number of dimension styles in the document. |
Dim intCount
intCount = Rhino.DimStyleCount
Rhino.Print "There are " & CStr(intCount) & " dimension styles."