<Code Lib>
2020 Method
Changes 0
M

LabelUtils.GetLabelFor(gbXMLBuildingType, Document)

Description:
Gets the user-visible name for a gbXMLBuildingType.
Remarks:
The name is obtained in the current Revit language.

public static string GetLabelFor(
	gbXMLBuildingType buildingType,
	Document document
)

Return Value string Returns the user-visible name for a buildingType in gbXML.

Loading…