Touchstone 11.0 API Reference
TemplateCodes Property (LossAnalysisExportOptions)


Air.Services.Proxy Assembly > AIR.Services.DataExport.Data Namespace > LossAnalysisExportOptions Class : TemplateCodes Property
(Required) Contains a list of ExportReportTemplateCode objects that identify the Detailed Loss Analysis export templates that Touchstone® should use when exporting analysis results to a comma separated values (CSV) file.
Syntax
Public Property TemplateCodes As List(Of ExportReportTemplateCode)
Dim instance As LossAnalysisExportOptions
Dim value As List(Of ExportReportTemplateCode)
 
instance.TemplateCodes = value
 
value = instance.TemplateCodes
public List<ExportReportTemplateCode> TemplateCodes {get; set;}
Remarks
Detailed Loss Analysis export templates are files that contain report names and codes under which export results data is collected and grouped for improved organization. The template files do not contain the data itself. Rather, they contain the codes used to group the data when Touchstone writes it to a CSV file.

To retrieve the names of the templates relevant to the export activity, use the GetFileTemplates() method.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

LossAnalysisExportOptions Class
LossAnalysisExportOptions Members