SoNodekitCatalogIsList Method (Int32) |
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(
int thePartNumber
)
Public Function IsList (
thePartNumber As Integer
) As Boolean
public:
bool IsList(
int thePartNumber
)
member IsList :
thePartNumber : int -> bool
Parameters
- thePartNumber
- Type: SystemInt32
Return Value
Type:
BooleanRemarks See Also