ParameterUtils.GetParameterTypeId
Method
Description:
Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
Parameters
Parameter | Type | Description |
---|---|---|
builtInParam | BuiltInParameter | The BuiltInParameter value. |
Return Value
Type | Description |
---|---|
ForgeTypeId | Identifier of the parameter corresponding to the given BuiltInParameter value. |
Exceptions
Exception | Condition |
---|---|
ArgumentOutOfRangeException | A value passed for an enumeration argument is not a member of that enumeration |