COM object EvFileExportProperties

EvApplication > EvFileCollection > EvFile > EvFileProperties > EvFileExportProperties

View the COM map and the COM summary.

The EvFileExportProperties object provides information about and allows you to change selected Echoview export settings. This object is accessed via the EvFileProperties.Export property.

EvFileExportProperties collection:

Variables

EvFileExportProperties properties:

BiomassUnits
EmptyCells
EmptySingleTargetPings
Mode

Description

BiomassUnits

(read-write) EBiomassUnits BiomassUnits

Summary

Get or set the selection for the Biomass area units setting on the Export page of the EV File Properties dialog box, by using an enum for EBiomassUnits.

See also: Enum issue under VBS.

EmptyCells

(read-write) boolean EmptyCells

Summary

Read or change the selection for the Output empty cells setting on the Export page of the EV File Properties dialog box.

EmptySingleTargetPings

(read-write) boolean EmptySingleTargetPings

Summary

Read or change the selection for the Output empty single target pings setting on the Export page of the EV File Properties dialog box.

Mode

(read-write) EExportMode Mode

Summary

Get or set the type of the export file format by using an enum for EExportMode.

See also: Enum issue under VBS.

Variables

(read-only) Variables

Summary

Accesses the analysis variable that you will export in an analysis export. This is conducted via the EvFileExportVariablesCollection object and the EvFileExportVariable object.

Example

Clear the NASC analysis variable.

See also

Scripting with COM objects
EvFileProperties object
COM object hierarchy