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: 9.9.13.0 (9.9.13.0)
Syntax
public void AddChildType(
	Type typeToAdd
)

Parameters

typeToAdd
Type: SystemType
Remarks

The first time the addChildType() method is called, the default of SoNode is overridden and only the new typeToAdd is permitted. In subsequent calls to addChildType(), the typeToAdd is added to the existing types.

See Also