SoExtSelectionPreFilterEventArgNode Property |
Returns node that will be traversed just after event is called.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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