Click or drag to resize
SoPointLightManipGetDragger Method

Returns the dragger being used by this manipulator.

Namespace: OIV.Inventor.Manips
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public SoDragger GetDragger()

Return Value

Type: SoDragger
Remarks

You can customize this dragger just like you would with any other dragger. You can change geometry using the setPart() method, or add delegatesusing the methods found in the OIV.Inventor.Draggers.SoDragger reference page.

See Also