LabelUtils
Description:
Used to obtain user-visible names for enums.
Used to obtain user-visible names for enums.
Inheritance Hierarchy:
System.Object
Autodesk.Revit.DB.LabelUtils
System.Object
Autodesk.Revit.DB.LabelUtils
public class LabelUtils : IDisposable
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| Dispose() | None | Releases all resources used by the LabelUtils | |
| Equals | None | Determines whether the specified object is equal to the current object. (Inherited from Object ) | Object |
| GetFailureSeverityName(FailureSeverity) | String | Gets the user-visible name for the Severity of a Warning | |
| GetHashCode | None | Serves as the default hash function. (Inherited from Object ) | Object |
| GetLabelFor(BuiltInCategory) | String | Gets the user-visible name for a BuiltInCategory. | |
| GetLabelFor(BuiltInParameter) | String | Gets the user-visible name for a BuiltInParameter. | |
| GetLabelFor(BuiltInParameter, LanguageType) | String | Gets the user-visible name for a BuiltInParameter in a specific LanguageType. | |
| GetLabelFor(DuctLossMethodType, Document) | String | Gets the user-visible name for a DuctLossMethodType. | |
| GetLabelFor(gbXMLBuildingType, Document) | String | Gets the user-visible name for a gbXMLBuildingType. | |
| GetLabelFor(PipeFlowState, Document) | String | Gets the user-visible name for a PipeFlowState. | |
| GetLabelFor(PipeLossMethodType, Document) | String | Gets the user-visible name for a PipeLossMethodType. | |
| GetLabelForBuiltInParameter(ForgeTypeId) | String | Gets the user-visible name for a built-in parameter. | |
| GetLabelForBuiltInParameter(ForgeTypeId, LanguageType) | String | Gets the user-visible name for a built-in parameter in a specific LanguageType. | |
| GetLabelForDiscipline(ForgeTypeId) | String | Gets the user-visible name for a discipline. | |
| GetLabelForGroup(ForgeTypeId) | String | Gets the user-visible name for a built-in parameter group. To get the name of parameter group "Other", pass an empty, default-constructed ForgeTypeId. | |
| GetLabelForSpec(ForgeTypeId) | String | Gets the user-visible name for a spec. | |
| GetLabelForSymbol(ForgeTypeId) | String | Gets the user-visible name for a symbol. | |
| GetLabelForUnit(ForgeTypeId) | String | Gets the user-visible name for a unit. | |
| GetStructuralSectionShapeName(StructuralSectionShape) | String | Gets the user-visible name for a StructuralSectionShape. | |
| GetType | None | Gets the Type of the current instance. (Inherited from Object ) | Object |
| ToString | None | Returns a string that represents the current object. (Inherited from Object ) | Object |
| Name | Return Type | Description | Inherited From |
|---|---|---|---|
| IsValidObject | Boolean | Specifies whether the .NET object represents a valid Revit entity. |