SoPathAppend Method (Int32) |
Adds node to end of chain; the node is the childIndex'th child of the current tail node.
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public void Append(
int childIndex
)
Public Sub Append (
childIndex As Integer
)
public:
void Append(
int childIndex
)
member Append :
childIndex : int -> unit
Parameters
- childIndex
- Type: SystemInt32
Remarks See Also