SoVRMLParentInsertChild Method |
Adds a child so that it becomes the one with the given index.
Namespace: OIV.Inventor.VRMLnodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic override void InsertChild(
SoNode child,
int newChildIndex
)
Public Overrides Sub InsertChild (
child As SoNode,
newChildIndex As Integer
)
public:
virtual void InsertChild(
SoNode^ child,
int newChildIndex
) override
abstract InsertChild :
child : SoNode *
newChildIndex : int -> unit
override InsertChild :
child : SoNode *
newChildIndex : int -> unit
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
- newChildIndex
- Type: SystemInt32
Remarks
See Also