COM object EvFileExportVariables

EvApplication > EvFile > EvFileProperties > EvFileExportVariables

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

The EvFileExportVariables object provides information about export variables. This object is accessed via the EvFileExportProperties.Export property.

EvFileExportVariables offers the following:

EvFileExportVariables Methods

Description

Item

(read-only) Item (string)

Summary

Gets the specified analysis variable. The name of the analysis variable is case-insensitive. The analysis variable is set or cleared for export from by the EvFileExportVariable object.

Example

This snippet clears the NASC analysis variable - it is not exported for an analysis export. To set the analysis variable for export use True.

EvFile.Properties.Export.Variables.Item("NASC").Enabled = False

See also

Scripting with COM objects
EvFileExportProperties object