SoVRMLParentReplaceChild Method (SoNode, SoNode) |
Replaces first instance of given child 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(
SoNode oldChild,
SoNode newChild
)
Public Overrides Sub ReplaceChild (
oldChild As SoNode,
newChild As SoNode
)
public:
virtual void ReplaceChild(
SoNode^ oldChild,
SoNode^ newChild
) override
abstract ReplaceChild :
oldChild : SoNode *
newChild : SoNode -> unit
override ReplaceChild :
oldChild : SoNode *
newChild : SoNode -> unit
Parameters
- oldChild
- Type: OIV.Inventor.NodesSoNode
- newChild
- Type: OIV.Inventor.NodesSoNode
Remarks
See Also