Click or drag to resize
SoNodeKitListPartAddChildType Method

Permits the node type typeToAdd as a child.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public void AddChildType(
	Type typeToAdd
)

Parameters

typeToAdd
Type: SystemType
Remarks

The first time the OIV.Inventor.Nodekits.SoNodeKitListPart.AddChildType(System.Type) method is called, the default of OIV.Inventor.Nodes.SoNode is overridden and only the new typeToAdd is permitted. In subsequent calls to OIV.Inventor.Nodekits.SoNodeKitListPart.AddChildType(System.Type), the typeToAdd is added to the existing types.

See Also