GBXMLExportOptions(IList<ElementId>, IList<ElementId>)
Constructor
Description:
Constructs a new instance of the options used to export a mass model to gbXML.
Constructs a new instance of the options used to export a mass model to gbXML.
Parameters
Parameter | Type | Description |
---|---|---|
massZoneIds | IList | Indicates the mass zones to analyze in the exported gbXML. |
massIds | IList | 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. |
Return Value
Exceptions
Exception | Condition |
---|---|
ArgumentNullException | A non-optional argument was null |