Returns pointer to nth path.
Namespace: OIV.Inventor.FieldsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public SoPath GetPath(
int index
)
Public Function GetPath (
index As Integer
) As SoPath
public:
SoPath^ GetPath(
int index
)
member GetPath :
index : int -> SoPath
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoPathRemarks See Also