GetMassZoneIds Method


GBXMLExport Options Get Mass Zone Ids Method

Gets a list of mass zones to analyze in the exported gbXML.

Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public IList<ElementId> GetMassZoneIds()

Return Value

IList ElementId
The ids of the mass zones.
See Also