IImportExportMasterSetting

class IImportExportMasterSetting

Bases: IMasterSetting

Description:

Represents an import/export master tool setting in the database.

Remarks:

Introduced in Impact 5.1.4.24.

Wraps a COM object or another wrapper instance. Accepts: - A valid impact_object - An existing impact_com_wrapper_base-derived instance

property export_formats

Gets export_formats.

Description:

Gets a list of ipFileFormat enumeration constants that represent the file formats this setting can be used to export drawings.

Returns:

The value of export_formats.

Return type:

export_formats (IFileFormats)

property import_formats

Gets import_formats.

Description:

Gets a list of ipFileFormat enumeration constants that represent the file formats this setting can be used to import drawings.

Returns:

The value of import_formats.

Return type:

import_formats (IFileFormats)

Examples