Click or drag to resize
SoPolyLineScreenDrawerEventArg Structure

Structure given to callback when an event is raised.

Namespace: OIV.Inventor.Drawers
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2025.2.2.0 (10.18.2.0)
Syntax
public struct EventArg

The SoPolyLineScreenDrawerEventArg type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals (Inherited from ValueType.)
Public methodGetHashCode (Inherited from ValueType.)
Public methodGetType (Inherited from Object.)
Public methodToString (Inherited from ValueType.)
Top
Properties
  NameDescription
Public propertyAction

Returns the handle event action related to the drawing.

Public propertySource

Returns the drawer.

Top
Remarks

Please refer to onStart, onMove, ... events.

See Also