RVTDocs.com
Namespace: Autodesk.Revit.DB

LabelUtils

Class
Description:
Used to obtain user-visible names for enums.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.LabelUtils
Syntax
public class LabelUtils : IDisposable
LabelUtils Class Members:
Name Description Inherited From
IsValidObject Specifies whether the .NET object represents a valid Revit entity.
Name Description Inherited From
Dispose Releases all resources used by the LabelUtils
Equals Determines whether the specified object is equal to the current object. (Inherited from Object ) Object
GetHashCode Serves as the default hash function. (Inherited from Object ) Object
GetLabelFor(BuiltInCategory) Gets the user-visible name for a BuiltInCategory.
GetLabelFor(BuiltInParameter) Gets the user-visible name for a BuiltInParameter.
GetLabelFor(BuiltInParameter, LanguageType) Gets the user-visible name for a BuiltInParameter in a specific LanguageType.
GetLabelFor(DuctLossMethodType, Document) Gets the user-visible name for a DuctLossMethodType.
GetLabelFor(gbXMLBuildingType, Document) Gets the user-visible name for a gbXMLBuildingType.
GetLabelFor(PipeFlowState, Document) Gets the user-visible name for a PipeFlowState.
GetLabelFor(PipeLossMethodType, Document) Gets the user-visible name for a PipeLossMethodType.
GetLabelForBuiltInParameter(ForgeTypeId) Gets the user-visible name for a built-in parameter.
GetLabelForBuiltInParameter(ForgeTypeId, LanguageType) Gets the user-visible name for a built-in parameter in a specific LanguageType.
GetLabelForDiscipline Gets the user-visible name for a discipline.
GetLabelForGroup 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 Gets the user-visible name for a spec.
GetLabelForSymbol Gets the user-visible name for a symbol.
GetLabelForUnit Gets the user-visible name for a unit.
GetStructuralSectionShapeName Gets the user-visible name for a StructuralSectionShape.
GetType Gets the Type of the current instance. (Inherited from Object ) Object
ToString Returns a string that represents the current object. (Inherited from Object ) Object