SoNodekitCatalogIsLeaf Method (String) |
Returns true if the specified part is a leaf node.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public bool IsLeaf(
string theName
)
Public Function IsLeaf (
theName As String
) As Boolean
public:
bool IsLeaf(
String^ theName
)
member IsLeaf :
theName : string -> bool
Parameters
- theName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also