SoNodeKitListPartInsertChild Method |
Adds a child so that it becomes the one with the given index.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void InsertChild(
SoNode child,
int childIndex
)
Public Sub InsertChild (
child As SoNode,
childIndex As Integer
)
public:
void InsertChild(
SoNode^ child,
int childIndex
)
member InsertChild :
child : SoNode *
childIndex : int -> unit
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
- childIndex
- Type: SystemInt32
RemarksThis is one of several functions used to edit the children. They parallel those of SoGroup, except that they always check the child types against those which are permissible. See SoGroup for details.
See Also