RhinoGet.InGetPoint Method

RhinoGetInGetPoint Method

Returns true if currently in a GetPoint.Get()

Namespace:  Rhino.Input
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static bool InGetPoint(
	RhinoDoc doc
)
Public Shared Function InGetPoint ( 
	doc As RhinoDoc
) As Boolean

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)"]

Version Information

Rhino for Windows

Supported in: 6.14
See Also