SoNodeKitListPartGetChildTypes Method |
Returns the permitted child node types.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SoTypeList GetChildTypes()
Public Function GetChildTypes As SoTypeList
public:
SoTypeList^ GetChildTypes()
member GetChildTypes : unit -> SoTypeList
Return Value
Type:
SoTypeList
RemarksBy default, any type of node is permitted, so the list contains one entry of type SoNode.
See Also