FabricationPart.GetPartCustomDataText
Method
Description:
Get custom data text for the specified custom data.
Get custom data text for the specified custom data.
Parameters
| Parameter | Type | Description |
|---|---|---|
| customId | Int32 | The identifier of the custom data field to get. |
Return Value
| Type | Description |
|---|---|
| String | Returns the text of the custom data. If the data is a number it will be formatted according to the fabrication configuration's rules. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The custom data does not exist on the part. |