RVTDocs.com
Namespace: Autodesk.Revit.DB Class: ParameterUtils

ParameterUtils.IsBuiltInParameter(ForgeTypeId)

Method
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.
Syntax
public static bool IsBuiltInParameter(
	ForgeTypeId parameterTypeId
)
Parameters
Parameter Type Description
parameterTypeId ForgeTypeId The identifier to check.
Return Value
Type Description
Boolean True if the ForgeTypeId identifies a built-in parameter, false otherwise.
Exceptions
Exception Condition
ArgumentNullException A non-optional argument was null