Returns the number of key/value pairs in RhinoScript's runtime data dictionary.
Rhino.RuntimeDataCount ()
None.
Number |
The number of key/value pairs in RhinoScript's runtime data dictionary. |
Dim nCount
nCount = Rhino.RuntimeDataCount
Call Rhino.Print("Element count = " & CStr(nCount))