RhinoGetInGetObject Method |
Returns true if currently in a GetObject.GetObjects()
Namespace:
Rhino.Input
Assembly:
RhinoCommon (in RhinoCommon.dll)
Since: 6.0
Syntax public static bool InGetObject(
RhinoDoc doc
)
Public Shared Function InGetObject (
doc As RhinoDoc
) As Boolean
Parameters
- doc
- Type: RhinoRhinoDoc
[Missing <param name="doc"/> documentation for "M:Rhino.Input.RhinoGet.InGetObject(Rhino.RhinoDoc)"]
Return Value
Type:
Boolean[Missing <returns> documentation for "M:Rhino.Input.RhinoGet.InGetObject(Rhino.RhinoDoc)"]
See Also