SoExtSelectionAddChild Method |
Adds a child at the end of the list of children.
Namespace: OIV.Inventor.NodesAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic override void AddChild(
SoNode child
)
Public Overrides Sub AddChild (
child As SoNode
)
public:
virtual void AddChild(
SoNode^ child
) override
abstract AddChild :
child : SoNode -> unit
override AddChild :
child : SoNode -> unit
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
RemarksIt redefines the SoSeparator.addChild function just to ensure that the selection scenegraph is always the last child in the list.
See Also