Click or drag to resize
SoPolyLineScreenDrawerOnMove Event

Event raised during polyline drawing.

Namespace: OIV.Inventor.Drawers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public event EventHandler<SoPolyLineScreenDrawerEventArg> OnMove

Value

Type: SystemEventHandlerSoPolyLineScreenDrawerEventArg
Remarks

See SbEventHandler for methods to set a callback to be notified when this event is raised. The callback will be called with an OIV.Inventor.Drawers.SoPolyLineScreenDrawer.EventArg from which it can query the current action and drawer objects. Note that the callback parameter must be declared const .

See Also