Click or drag to resize
SoPathGetInstanceIndex Method

Returns the index of the instance inside the parent OIV.Inventor.Nodes.SoMultipleInstance, OIV.Inventor.Nodes.SoMultipleCopy or OIV.Inventor.Nodes.SoArray group.

Namespace: OIV.Inventor
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public int GetInstanceIndex(
	int i
)

Parameters

i
Type: SystemInt32

Return Value

Type: Int32
Remarks

The returned value is -1 for other parent nodes.

See Also