SoExtSelectionPreFilterEventArgPath Property |
Returns path to node that will be traversed just after event is called.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoPath Path { get; }
Public ReadOnly Property Path As SoPath
Get
public:
property SoPath^ Path {
SoPath^ get ();
}
member Path : SoPath with get
Property Value
Type:
SoPath
Remarks
See Also