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: 2023.1.3.0 (2023.1.3)
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