Click or drag to resize
SoExtSelectionMovingSelectionCallback Property

Sets the callback called when the mouse is moved in selection mode.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.2.2.0 (10.16.2.0)
Syntax
public SoExtSelectionSelectionEventCallback MovingSelectionCallback { get; set; }

Property Value

Type: SoExtSelectionSelectionEventCallback
Remarks

The callback is only called while the mouse button is down.

Note: This function is available only in FastEdit mode.

See Also