2022 Class
Changes 8
C

ParameterUtils

Description:
A utility class of functions related to parameters.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.ParameterUtils
public static class ParameterUtils
Name Return Type Description
M GetAllBuiltInGroups() IList<ForgeTypeId> Gets the identifiers of all built-in parameter groups.
M GetAllBuiltInParameters() IList<ForgeTypeId> Gets the identifiers of all built-in parameters.
M GetBuiltInParameterGroup(ForgeTypeId) BuiltInParameterGroup Gets the BuiltInParameterGroup value corresponding to built-in parameter group identified by the given ForgeTypeId.
M GetBuiltInParameter(ForgeTypeId) BuiltInParameter Gets the BuiltInParameter value corresponding to built-in parameter identified by the given ForgeTypeId.
M GetParameterGroupTypeId(BuiltInParameterGroup) ForgeTypeId Gets the ForgeTypeId identifying the built-in parameter group corresponding to BuiltInParameterGroup value.
M GetParameterTypeId(BuiltInParameter) ForgeTypeId Gets the ForgeTypeId identifying the built-in parameter corresponding to the given BuiltInParameter value.
M IsBuiltInGroup(ForgeTypeId) bool Checks whether a ForgeTypeId identifies a built-in parameter group.
M IsBuiltInParameter(ForgeTypeId) bool Checks whether a ForgeTypeId identifies a built-in parameter.