SoNodeKitListPartGetChild Method |
Returns the child node with the given index.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic SoNode GetChild(
int index
)
Public Function GetChild (
index As Integer
) As SoNode
public:
SoNode^ GetChild(
int index
)
member GetChild :
index : int -> SoNode
Parameters
- index
- Type: SystemInt32
Return Value
Type:
SoNode
RemarksThis is one of several functions used to edit the children. They parallel those of SoGroup, except that they always check the child types against those which are permissible. See SoGroup for details.
See Also