SoNodeKitListPartIsChildPermitted Method |
Returns whether the node child may be added to this list.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsChildPermitted(
SoNode child
)
Public Function IsChildPermitted (
child As SoNode
) As Boolean
public:
bool IsChildPermitted(
SoNode^ child
)
member IsChildPermitted :
child : SoNode -> bool
Parameters
- child
- Type: OIV.Inventor.NodesSoNode
Return Value
Type:
BooleanRemarks This will return true if the type of child is one of the permissible child types.
See Also