Revit 2022 API |
MassGBXMLExportOptions..::..GetMassIds Method |
MassGBXMLExportOptions Class See Also |
Gets a list of masses to use as shading surfaces in the exported gbXML--these masses must not have mass floors or mass zones so as not to end up with duplicate surface information in the gbXML output.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 22.0.0.0 (22.1.0.0)
Since:
2012
Syntax
C# |
---|
public IList<ElementId> GetMassIds() |
Visual Basic |
---|
Public Function GetMassIds As IList(Of ElementId) |
Visual C++ |
---|
public: IList<ElementId^>^ GetMassIds() |