Click or drag to resize

CustomObjectGripsRegisterGripsEnabler Method

[Missing <summary> documentation for "M:Rhino.DocObjects.Custom.CustomObjectGrips.RegisterGripsEnabler(Rhino.DocObjects.Custom.TurnOnGripsEventHandler,System.Type)"]

Namespace:  Rhino.DocObjects.Custom
Assembly:  RhinoCommon (in RhinoCommon.dll)
Since: 5.0
Syntax
public static void RegisterGripsEnabler(
	TurnOnGripsEventHandler enabler,
	Type customGripsType
)

Parameters

enabler
Type: Rhino.DocObjects.CustomTurnOnGripsEventHandler

[Missing <param name="enabler"/> documentation for "M:Rhino.DocObjects.Custom.CustomObjectGrips.RegisterGripsEnabler(Rhino.DocObjects.Custom.TurnOnGripsEventHandler,System.Type)"]

customGripsType
Type: SystemType

[Missing <param name="customGripsType"/> documentation for "M:Rhino.DocObjects.Custom.CustomObjectGrips.RegisterGripsEnabler(Rhino.DocObjects.Custom.TurnOnGripsEventHandler,System.Type)"]

See Also