| SoPathAppend Method (SoPath) | 
Adds all nodes in fromPath's chain to end of chain; the head node of fromPath must be the same as or a child of the current tail node. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void Append(
	SoPath fromPath
)
Public Sub Append ( 
	fromPath As SoPath
)
public:
void Append(
	SoPath^ fromPath
)
member Append : 
        fromPath : SoPath -> unit 
Parameters
- fromPath
 - Type: OIV.InventorSoPath
 
Remarks
See Also