SoExtSelectionPreFilterEventArg Structure |
Structure given to callback when an event is raised.
Namespace: OIV.Inventor.Nodes
The SoExtSelectionPreFilterEventArg type exposes the following members.
Name | Description | |
---|---|---|
![]() | SoExtSelectionPreFilterEventArg | constructor |
Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType.) |
![]() | GetHashCode | Returns the hash code for this instance. (Inherited from ValueType.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IsNodeSkipped | Returns if node must be skipped for traversal. |
![]() | SkipNode | Don't traverse the node returned by (). |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() | Node | Returns node that will be traversed just after event is called. |
![]() | Path | Returns path to node that will be traversed just after event is called. |
![]() | Source | Returns the ExtSelection. |
Please refer to onPreFilter event.