ParameterUtils
A utility class of functions related to parameters.
Inheritance Hierarchy
System.Object
Autodesk.Revit.DB.ParameterUtils
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public static class ParameterUtilsThe ParameterUtils type exposes the following members.
Methods
Name
Description
Public Method
Static Member
DownloadCompanyName
Downloads the name of the given parameter’s owning account and records it in the given document. If the owning account’s name is already recorded in the given document, this method returns the name without downloading it again.
Public Method
Static Member
DownloadParameter
Create a shared parameter element in the given document according to a parameter definition downloaded from the Parameters Service.
Public Method
Static Member
DownloadParameterOptions
Retrieves settings associated with the given parameter from the Parameters Service.
Public Method
Static Member
GetAllBuiltInGroups
Gets the identifiers of all built-in parameter groups.
Public Method
Static Member
GetAllBuiltInParameters
Gets the identifiers of all built-in parameters.
Public Method
Static Member
GetBuiltInParameter
Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
Public Method
Static Member
GetParameterTypeId
Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
Public Method
Static Member
IsBuiltInGroup
Checks whether a ForgeTypeId identifies a built-in parameter group.
Public Method
Static Member
IsBuiltInParameter(ElementId)
Checks whether an ElementId identifies a built-in parameter.
Public Method
Static Member
IsBuiltInParameter(ForgeTypeId)
Checks whether a ForgeTypeId identifies a built-in parameter.