Constructs a new instance of the options used to export a mass model to gbXML.
Namespace: Autodesk.Revit.DB.AnalysisAssembly: RevitAPI (in RevitAPI.dll) Version: 20.0.0.0 (20.0.0.377)
Since: 2012
Syntax
C# |
---|
public MassGBXMLExportOptions( IList<ElementId> massZoneIds, IList<ElementId> massIds ) |
Visual Basic |
---|
Public Sub New ( _ massZoneIds As IList(Of ElementId), _ massIds As IList(Of ElementId) _ ) |
Visual C++ |
---|
public: MassGBXMLExportOptions( IList<ElementId^>^ massZoneIds, IList<ElementId^>^ massIds ) |
Parameters
- massZoneIds
- Type: System.Collections.Generic..::..IList<(Of <(<'ElementId>)>)>
Indicates the mass zones to analyze in the exported gbXML.
- massIds
- Type: System.Collections.Generic..::..IList<(Of <(<'ElementId>)>)>
Indicates the 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.
Exceptions
Exception | Condition |
---|---|
Autodesk.Revit.Exceptions..::..ArgumentNullException | A non-optional argument was NULL |