| Revit 2018 API |
| MassGBXMLExportOptions Constructor (IList<(Of <(<'ElementId>)>)>) |
| MassGBXMLExportOptions Class See Also |
Constructs a new instance of the options used to export a mass model to gbXML.
Namespace: Autodesk.Revit.DB.Analysis
Assembly: RevitAPI (in RevitAPI.dll) Version: 18.0.0.0 (18.0.0.420)
Since:
2012
Syntax
| C# |
|---|
public MassGBXMLExportOptions( IList<ElementId> massZoneIds ) |
| Visual Basic |
|---|
Public Sub New ( _ massZoneIds As IList(Of ElementId) _ ) |
| Visual C++ |
|---|
public: MassGBXMLExportOptions( IList<ElementId^>^ massZoneIds ) |
Parameters
- massZoneIds
- Type: System.Collections.Generic..::..IList<(Of <(<'ElementId>)>)>
Indicates the mass zones to analyze in the exported gbXML.
Exceptions
| Exception | Condition |
|---|---|
| Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |