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