FabricationConfiguration.GetPartCustomDataType
Method
Description:
Gets the custom data type from its identifier. See FabricationCustomDataType enumerator.
Gets the custom data type from its identifier. See FabricationCustomDataType enumerator.
Parameters
Parameter | Type | Description |
---|---|---|
customDataId | Int32 | The custom data identifier. |
Return Value
Type | Description |
---|---|
FabricationCustomDataType | The custom data type. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The custom data does not exist. |