Returns true if the document is current in a "Get" operation.
Namespace:
Rhino.Input
Assembly:
RhinoCommon (in RhinoCommon.dll)
Syntaxpublic static bool InGet(
RhinoDoc doc
)
Public Shared Function InGet (
doc As RhinoDoc
) As Boolean
Parameters
- doc
- Type: RhinoRhinoDoc
[Missing <param name="doc"/> documentation for "M:Rhino.Input.RhinoGet.InGet(Rhino.RhinoDoc)"]
Return Value
Type:
Booleantrue if a getter is currently active.
Version InformationRhino for Mac
Supported in: 5.4
Rhino for Windows
Supported in: 6.8
See Also