Returns the number of block definitions in the document.
Rhino.BlockCount ()
None.
Number |
The number of block definitions in the document. |
Null |
On error. |
Dim intCount
intCount = Rhino.BlockCount
Rhino.Print "There are " & CStr(intCount) & " blocks."