SoVRMLParentReplaceChild Method (Int32, SoNode) |
Replaces child with given index with new child.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override void ReplaceChild(
int index,
SoNode newChild
)
Public Overrides Sub ReplaceChild (
index As Integer,
newChild As SoNode
)
public:
virtual void ReplaceChild(
int index,
SoNode^ newChild
) override
abstract ReplaceChild :
index : int *
newChild : SoNode -> unit
override ReplaceChild :
index : int *
newChild : SoNode -> unit
Parameters
- index
- Type: SystemInt32
- newChild
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also