ParameterUtils.IsBuiltInParameter
Description:
Checks whether a ForgeTypeId identifies a built-in parameter.
Checks whether a ForgeTypeId identifies a built-in parameter.
Remarks:
A ForgeTypeId identifies a built-in parameter if it corresponds to a valid BuiltInParameter value.
A ForgeTypeId identifies a built-in parameter if it corresponds to a valid BuiltInParameter value.
public static bool IsBuiltInParameter(
ForgeTypeId parameterTypeId
)
-
parameterTypeIdThe identifier to check.
Return Value
bool
True if the ForgeTypeId identifies a built-in parameter, false otherwise.
-
A non-optional argument was null