Click or drag to resize
SoPolyLineScreenDrawerOnFinish Event

Event raised when the line is finished.

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

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 a line drawer specific OIV.Inventor.Drawers.SoPolyLineScreenDrawer.EventArg from which you can query the current action and drawer objects. Note that the callback parameter in this case is not const.

See Also