CustomObjectGrips.RegisterGripsEnabler Method

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)
Syntax
public static void RegisterGripsEnabler(
	TurnOnGripsEventHandler enabler,
	Type customGripsType
)
Public Shared Sub RegisterGripsEnabler ( 
	enabler As TurnOnGripsEventHandler,
	customGripsType As Type
)

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

Version Information

Rhino for Mac

Supported in: 5.4

Rhino for Windows

Supported in: 6.8
See Also