Returns the index of the i'th node (within its parent) in the chain. 
 
Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic int GetIndex(
	int i
)
Public Function GetIndex ( 
	i As Integer
) As Integer
public:
int GetIndex(
	int i
)
member GetIndex : 
        i : int -> int 
Parameters
- i
 - Type: SystemInt32
 
Return Value
Type: 
Int32
Remarks
See Also