COM object EvFileExportProperties

EvApplication > EvFile > EvFileProperties > EvFileExportProperties

View the Echoview COM object hierarchy and the Echoview summary of COM objects.

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

The following EvFileExportProperties properties are detailed below:

Variables
Mode
EmptyCells
EmptySingleTargetPings
BiomassUnits

EvFileExportProperties offers the following:

EvFileExportProperties properties

Description

Variables

(read-only) Variables

Summary

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

Example

Clear the NASC analysis variable.

Mode

(read-write) EExportMode Mode

Summary

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

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.

BiomassUnits

(read-write) EBiomassUnits BiomassUnits

Summary

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

See also

Scripting with COM objects
EvFileProperties object