Write-only
About Segment Sweep

ExportCSVfile Method


Description

Exports segment data to a CSV file.

 VB Syntax

segs.ExportCSVfile(bstrFile)

Variable

(Type) - Description

segs

A Segments collection (object)

bstrFile

(string) - Full path, file name, and extension of the file.

Return Type

Not Applicable

Default

Not Applicable

Examples

segs.ExportCSVfile("D:\MyFile.csv") 'Saves "myfile.csv"

C++ Syntax

HRESULT ExportCSVfile(BSTR bstrFile)

Interface

ISegments6