Returns the name of the currently loaded Rhino document (3DM file).
Rhino.DocumentName ()
None.
|
String |
The current document name if successful. |
|
Null |
If not successful, or on error. |
Dim strName
strName = Rhino.DocumentName
MsgBox strName