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: 9.9.13.0 (9.9.13.0)
Syntax
public event SbEventHandler<SoPolyLineScreenDrawerEventArg> OnFinish

Value

Type: OIV.InventorSbEventHandlerSoPolyLineScreenDrawerEventArg
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 EventArg from which you can query the current action and drawer objects.

See Also