SoNodeKitListPartIsTypePermitted Method |
Returns whether a node of type typeToCheck may be added as a child.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsTypePermitted(
Type typeToCheck
)
Public Function IsTypePermitted (
typeToCheck As Type
) As Boolean
public:
bool IsTypePermitted(
Type^ typeToCheck
)
member IsTypePermitted :
typeToCheck : Type -> bool
Parameters
- typeToCheck
- Type: SystemType
Return Value
Type:
BooleanRemarks See Also