FabricationPart.IsProductListEntryCompatibleSize
Method
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.
Parameters
| Parameter | Type | Description |
|---|---|---|
| productEntry | Int32 | The product entry index. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the part can be changed to the specified product entry without altering any connected dimensions. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The product entry index is not larger than 0 and less than GetProductCount. |