(21218)(21794)

COM object EvFileExportVariablesCollection

EvApplication > EvFileCollection > EvFile > EvFileProperties > EvFileExportProperties >EvFileExportVariablesCollection

 

View the COM map and the COM summary.

The EvFileExportVariablesCollection object provides information about export variables. This object is accessed via the EvFileExportProperties.Variables property.

EvFileExportVariablesCollection offers:

Description

Item

(read-only) Item (string)

Summary

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

Example

This snippet demonstrates how to deselect the NASC analysis variable, meaning that it won't be included in an analysis export.


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

To set the analysis variable for export use True.

See also

Scripting with COM objects
EvFileExportProperties object
COM object hierarchy