CurrentsExportSettings
Currents export options.
Example
application = cf.Application.getInstance() project = application:NewProject() currentsRequest = project.Contents.SolutionConfigurations[1].Currents:Add() -- Modify the export settings for the currents request currentsRequest.ExportSettings.ASCIIEnabled = true
Inheritance
The CurrentsExportSettings object is derived from the CompositeValue object.
Usage locations
The CurrentsExportSettings object can be accessed from the following locations:
- Properties
- Currents object has property ExportSettings.
- Methods
- CurrentsExportSettingsList object has method Append().
- CurrentsExportSettingsList object has method Get(number).
Property List
- ASCIIEnabled
- Export currents to ASCII file (*.os/*.ol). (Read/Write boolean)
- OutFileEnabled
- Export currents to *.out file. (Read/Write boolean)