The OIV.Inventor.SoPath.Push(System.Int32) and OIV.Inventor.SoPath.Pop() methods allow a path to be treated as a stack; they push a node at the end of the chain and pop the last node off. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic void Push(
	int childIndex
)
Public Sub Push ( 
	childIndex As Integer
)
public:
void Push(
	int childIndex
)
member Push : 
        childIndex : int -> unit 
Parameters
- childIndex
 - Type: SystemInt32
 
Remarks
See Also