<Code Lib>
2025.3 Method
Changes 2
M

ParameterUtils.IsBuiltInParameter(ForgeTypeId)

Description:
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.
Overloads (2):
IsBuiltInParameter(ForgeTypeId)

public static bool IsBuiltInParameter(
	ForgeTypeId parameterTypeId
)

Return Value Boolean True if the ForgeTypeId identifies a built-in parameter, false otherwise.

Loading…