Click or drag to resize

RhinoGetInGet Method

Returns true if the document is current in a "Get" operation.

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static bool InGet(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc

[Missing <param name="doc"/> documentation for "M:Rhino.Input.RhinoGet.InGet(Rhino.RhinoDoc)"]

Return Value

Type: Boolean
true if a getter is currently active.
See Also