| SoPathAppend Method (SoNode) | 
Adds node to end of chain; uses the first occurrence of childNode as child of current tail node. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void Append(
	SoNode childNode
)
Public Sub Append ( 
	childNode As SoNode
)
public:
void Append(
	SoNode^ childNode
)
member Append : 
        childNode : SoNode -> unit 
Parameters
- childNode
 - Type: OIV.Inventor.NodesSoNode
 
RemarksIf the path is empty, this is equivalent to  setHead(childNode) . 
See Also