SoNodeKitListPartReplaceChild Method (Int32, SoNode) |
Replaces child with given index with new child.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic void ReplaceChild(
int index,
SoNode newChild
)
Public Sub ReplaceChild (
index As Integer,
newChild As SoNode
)
public:
void ReplaceChild(
int index,
SoNode^ newChild
)
member ReplaceChild :
index : int *
newChild : SoNode -> unit
Parameters
- index
- Type: SystemInt32
- newChild
- Type: OIV.Inventor.NodesSoNode
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