RhinoDocActiveDoc Property |
WARNING!! Do not use the ActiveDoc if you don't have to. Under Mac Rhino the ActiveDoc
can change while a command is running. Use the doc that is passed to you in your RunCommand
function or continue to use the same doc after the first call to ActiveDoc.
Namespace:
Rhino
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static RhinoDoc ActiveDoc { get; }Public Shared ReadOnly Property ActiveDoc As RhinoDoc
Get
Property Value
Type:
RhinoDoc
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also