SoExtSelectionPreFilterEventArgNode Property |
Returns node that will be traversed just after event is called.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.2.0 (2024.1.2)
Syntax public SoNode Node { get; }
Public ReadOnly Property Node As SoNode
Get
public:
property SoNode^ Node {
SoNode^ get ();
}
member Node : SoNode with get
Property Value
Type:
SoNodeRemarks This is equivalent to calling ()->getTail()
See Also