SoGroupReplaceChild Method (Int32, SoNode) |
Replaces child with given index with new child.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public virtual void ReplaceChild(
int index,
SoNode newChild
)
Public Overridable Sub ReplaceChild (
index As Integer,
newChild As SoNode
)
public:
virtual void ReplaceChild(
int index,
SoNode^ newChild
)
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