Namespace: OIV.InventorAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public void Insert(
int index,
SoNode value
)
Public Sub Insert (
index As Integer,
value As SoNode
)
public:
void Insert(
int index,
SoNode^ value
)
member Insert :
index : int *
value : SoNode -> unit
Parameters
- index
- Type: SystemInt32
- value
- Type: OIV.Inventor.NodesSoNode
See Also