|
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:
|
Description |
|
|
Item |
(read-only) Item (string) SummaryGets 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. ExampleThis 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 |