SoExtSelectionMovingSelectionCallback Property |
Sets the callback called when the mouse is moved in selection mode.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public SoExtSelectionSelectionEventCallback MovingSelectionCallback { get; set; }
Public Property MovingSelectionCallback As SoExtSelectionSelectionEventCallback
Get
Set
public:
property SoExtSelectionSelectionEventCallback^ MovingSelectionCallback {
SoExtSelectionSelectionEventCallback^ get ();
void set (SoExtSelectionSelectionEventCallback^ value);
}
member MovingSelectionCallback : SoExtSelectionSelectionEventCallback with get, set
Property Value
Type:
SoExtSelectionSelectionEventCallbackRemarks The callback is only called while the mouse button is down.
Note: This function is available only in FastEdit mode.
See Also