Click or drag to resize

RhinoGetInGetPoint Method

Returns true if currently in a GetPoint.Get()

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

Parameters

doc
Type: RhinoRhinoDoc

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Rhino.Input.RhinoGet.InGetPoint(Rhino.RhinoDoc)"]

See Also