ExternalDefinitionCreationOptions.SetDataType
Method
Description:
Sets the parameter's data type.
Sets the parameter's data type.
Parameters
| Parameter | Type | Description |
|---|---|---|
| dataType | ForgeTypeId | The identifier of either a spec or a category. A category identifier indicates a Family Type parameter of that category. |
Return Value
Exceptions
| Exception | Condition |
|---|---|
| ArgumentException | The given identifier is neither a spec nor a category. |
| ArgumentNullException | A non-optional argument was null |