SoNodekitCatalogIsList Method (Int32) |
Returns true if the specified part is a parts list.
Namespace: OIV.Inventor.NodekitsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
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