FabricationPart.GetProductListEntryName
Method
Description:
Gets the specified product list entry name.
Gets the specified product list entry name.
Parameters
| Parameter | Type | Description |
|---|---|---|
| index | Int32 | The product entry index. |
Return Value
| Type | Description |
|---|---|
| String | Returns the specified product entry name. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentOutOfRangeException | The product entry index is not larger than 0 and less than GetProductCount. |