RVTDocs.com
Namespace: Autodesk.Revit.DB Class: LabelUtils

LabelUtils.GetLabelFor(gbXMLBuildingType, Document)

Method
Description:
Gets the user-visible name for a gbXMLBuildingType.
Remarks:
The name is obtained in the current Revit language.
Syntax
public static string GetLabelFor(
	gbXMLBuildingType buildingType,
	Document document
)
Parameters
Parameter Type Description
buildingType gbXMLBuildingType The gbXMLBuildingType to get the user-visible name.
document Document The document from which to get the gbXMLBuildingType.
Return Value
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