Click or drag to resize
SoNodeKitListPartIsChildPermitted Method

Returns whether the node child may be added to this list.

Namespace: OIV.Inventor.Nodekits
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public bool IsChildPermitted(
	SoNode child
)

Parameters

child
Type: OIV.Inventor.NodesSoNode

Return Value

Type: Boolean
Remarks

This will return true if the type of child is one of the permissible child types.

See Also