Returns the number of RhinoScript user data items in the current document.
Rhino.DocumentDataCount ()
None.
Number |
The number of RhinoScript document user data items. |
Dim intCount
intCount = Rhino.DocumentDataCount
Rhino.Print "RhinoScript document user data count: " & CStr(intCount)