RVTDocs.com
Namespace: Autodesk.Revit.DB

ParameterUtils

Class
Description:
A utility class of functions related to parameters.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterUtils
Syntax
public static class ParameterUtils
ParameterUtils Class Members:
Name Description
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.
DownloadParameter Create a shared parameter element in the given document according to a parameter definition downloaded from the Parameters Service.
DownloadParameterOptions Retrieves settings associated with the given parameter from the Parameters Service.
GetAllBuiltInGroups Gets the identifiers of all built-in parameter groups.
GetAllBuiltInParameters Gets the identifiers of all built-in parameters.
GetBuiltInParameter Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
GetParameterTypeId Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
IsBuiltInGroup Checks whether a ForgeTypeId identifies a built-in parameter group.
IsBuiltInParameter(ElementId) Checks whether an ElementId identifies a built-in parameter.
IsBuiltInParameter(ForgeTypeId) Checks whether a ForgeTypeId identifies a built-in parameter.