Click or drag to resize

GetObjectActiveGetObject Method

Get the currently running GetObject for a given document

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 6.3
Syntax
public static GetObject ActiveGetObject(
	RhinoDoc doc
)

Parameters

doc
Type: RhinoRhinoDoc

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

Return Value

Type: GetObject

[Missing <returns> documentation for "M:Rhino.Input.Custom.GetObject.ActiveGetObject(Rhino.RhinoDoc)"]

See Also