Click or drag to resize

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
)

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