| 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)
Syntaxpublic SoMFPath paths { get; }Public ReadOnly Property paths As SoMFPath
	Get
public:
property SoMFPath^ paths {
	SoMFPath^ get ();
}member paths : SoMFPath with get
Property Value
Type: 
SoMFPath
RemarksDefault is empty (no children will be traversed). 
See Also