Class: module:model/JobDwgOutputPayloadAdvanced

module:model/JobDwgOutputPayloadAdvanced(exportSettingName, theData, obj)

new module:model/JobDwgOutputPayloadAdvanced(exportSettingName, theData, obj)

Constructs a new JobDwgOutputPayloadAdvanced. Advanced options for `obj` type.

Parameters:
Name Type Description
exportSettingName String

The export settings should be one of the DWG Export settings name pre-saved in the document.

theData Object

The plain JavaScript object bearing properties of interest.

obj module:model/JobDwgOutputPayloadAdvanced

Optional instance to populate.

Source:

Members

(static) constructFromObject

Constructs a JobDwgOutputPayloadAdvanced from a plain JavaScript object, optionally creating a new instance. Copies all relevant properties from data to obj if supplied or a new instance if not.

Source:

(inner) exportSettingName :String

The export settings should be one of the DWG Export settings name pre-saved in the document.

Type:
  • String
Source: