GetLabelFor Method (gbXMLBuildingType, Document)


Label Utils Get Label For(gb XMLBuilding Type, Document) Method

Gets the user-visible name for a gbXMLBuildingType.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public static string GetLabelFor(
	gbXMLBuildingType buildingType,
	Document document
)

Parameters

buildingType gbXMLBuildingType
The gbXMLBuildingType to get the user-visible name.
document Document
The document from which to get the gbXMLBuildingType.

Return Value

String
Returns the user-visible name for a buildingType in gbXML.
Exceptions
Exception Condition
ArgumentException The input gXMLBuildingType is not available in the document.
ArgumentNullException A non-optional argument was null
ArgumentOutOfRangeException A value passed for an enumeration argument is not a member of that enumeration
Remarks
The name is obtained in the current Revit language.
See Also
ArchiLabs

Stop fighting Revit automation.

Build repeatable BIM design and documentation workflows with scripts, data, and AI in one place, without wrestling brittle one-off automations.

Try ArchiLabs →