GetObject.ActiveGetObject Method

GetObjectActiveGetObject Method

Get the currently running GetObject for a given document

Namespace:  Rhino.Input.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Syntax
public static GetObject ActiveGetObject(
	RhinoDoc doc
)
Public Shared Function ActiveGetObject ( 
	doc As RhinoDoc
) As GetObject

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

Version Information

Rhino for Windows

Supported in: 6.8
See Also