Click or drag to resize
SoPolyLineScreenDrawer.OnStart Event

Event raised when starting to draw a polyline.

Namespace: OIV.Inventor.Drawers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax
public event EventHandler<SoPolyLineScreenDrawer. EventArg> OnStart

Value

Type: System.EventHandler<SoPolyLineScreenDrawer.EventArg>
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