ParameterUtils.GetBuiltInParameter
Description:
Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
public static BuiltInParameter GetBuiltInParameter(
ForgeTypeId parameterTypeId
)
-
parameterTypeIdThe parameter identifier.
Return Value
BuiltInParameter
The BuiltInParameter value corresponding to the given parameter identifier.
-
parameterTypeId is not a built-in parameter identifier. See IsBuiltInParameter(ForgeTypeId) and GetParameterTypeId(BuiltInParameter).
-
A non-optional argument was NULL