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: 10.12.3.0 (10.12.3.0)
Syntax
public struct EventArg

The SoPolyLineScreenDrawerEventArg type exposes the following members.

Constructors
Methods
  NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns the fully qualified type name of this instance.
(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