FabricationPart.GetPartCustomDataInteger
Method
Description:
Get custom data integer value for the specified custom data.
Get custom data integer value for the specified custom data.
Parameters
Parameter | Type | Description |
---|---|---|
customId | Int32 | The identifier of the custom data field to get. |
Return Value
Type | Description |
---|---|
Int32 | Returns the integer of the custom data. If the data is not a number it will return 0. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The custom data does not exist on the part. |