FabricationPart.IsProductListEntryCompatibleSize
Description:
Checks to see if this part can be changed to the specified product entry without altering any connected dimensions.
Checks to see if this part can be changed to the specified product entry without altering any connected dimensions.
public bool IsProductListEntryCompatibleSize(
int productEntry
)
-
Int32productEntryThe product entry index.
Return Value
Boolean
Returns true if the part can be changed to the specified product entry without altering any connected dimensions.
-
The product entry index is not larger than 0 and less than GetProductCount.