SoGroupInsertChild Method |
Adds a child so that it becomes the one with the given index.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void InsertChild(
SoNode child,
int newChildIndex
)
Public Overridable Sub InsertChild (
child As SoNode,
newChildIndex As Integer
)
public:
virtual void InsertChild(
SoNode^ child,
int newChildIndex
)
abstract InsertChild :
child : SoNode *
newChildIndex : int -> unit
override InsertChild :
child : SoNode *
newChildIndex : int -> unit
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
- newChildIndex
- Type: SystemInt32
Remarks See Also