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:

Property List

ASCIIEnabled
Export currents to ASCII file (*.os/*.ol). (Read/Write boolean)
OutFileEnabled
Export currents to *.out file. (Read/Write boolean)

Property Details

ASCIIEnabled
Export currents to ASCII file (*.os/*.ol).
Type
boolean
Access
Read/Write
OutFileEnabled
Export currents to *.out file.
Type
boolean
Access
Read/Write