| SoPathCopy Method (Int32) | 
Calls Copy(startFromNodeIndex, System.Int32(0)).
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic SoPath Copy(
	int startFromNodeIndex
)
Public Function Copy ( 
	startFromNodeIndex As Integer
) As SoPath
public:
SoPath^ Copy(
	int startFromNodeIndex
)
member Copy : 
        startFromNodeIndex : int -> SoPath 
Parameters
- startFromNodeIndex
 - Type: SystemInt32
 
Return Value
Type: 
SoPath
Remarks
See Also