Click or drag to resize
SceneExaminerInteractionEventArgs Class
Interaction mode event argument.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    OIV.Inventor.ViewerComponents.NodesSceneExaminerInteractionEventArgs

Namespace: OIV.Inventor.ViewerComponents.Nodes
Assembly: OIV.Inventor.ViewerComponents (in OIV.Inventor.ViewerComponents.dll) Version: 2024.1.1.0.Release.cb64a23ffb514e400c7a72e2158dfc53ef4ceb26
Syntax
public class InteractionEventArgs : EventArgs

The SceneExaminerInteractionEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodSceneExaminerInteractionEventArgs
Initializes a new instance of the SceneExaminerInteractionEventArgs class
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Properties
  NameDescription
Public propertyCurrent
Gets the current interaction mode.
Top
See Also