SoMultiPathSwitchpaths Property |
The list of paths that can match the current traversal path.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoMFPath paths { get; }
Public ReadOnly Property paths As SoMFPath
Get
public:
property SoMFPath^ paths {
SoMFPath^ get ();
}
member paths : SoMFPath with get
Property Value
Type:
SoMFPathRemarks Default is empty (no children will be traversed).
See Also