SoNodekitCatalogIsList Method (String) |
Returns true if the specified part is a parts list.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public bool IsList(
string theName
)
Public Function IsList (
theName As String
) As Boolean
public:
bool IsList(
String^ theName
)
member IsList :
theName : string -> bool
Parameters
- theName
- Type: SystemString
Return Value
Type:
BooleanRemarks See Also