Export

ExportFieldData, ExportObjectData, ExportObjectStats, ExportROIData

ExportFieldData

Description 

 ExportFieldData(
   int  MeasExportType,
   char *Filename
);

This function exports the field measurement data.

Parameters

int MeasExportType

Export destination

0

Exports the data to MS Windows clipboard.

1

Exports the data to MS Excel (if installed).

2

Exports the data to the default web browser.

3

Exports the data to MS Windows clipboard as HTML.

4

Exports the data to the file pointed at by the [Filename] parameter as Tab delimited values. If the file already existed, it will be overwritten.

5

Exports the data to default printer.

6

Exports the data to Report generator.

char *Filename

Full path to a text file used for MeasExportType = 4

ExportObjectData

Description 

 ExportObjectData(
   int  MeasExportType,
   char *Filename
);

This function exports the object measurement data.

Parameters

int MeasExportType

Export destination

0

Exports the data to MS Windows clipboard.

1

Exports the data to MS Excel (if installed).

2

Exports the data to the default web browser.

3

Exports the data to MS Windows clipboard as HTML.

4

Exports the data to the file pointed at by the [Filename] parameter as Tab delimited values. If the file already existed, it will be overwritten.

5

Exports the data to default printer.

6

Exports the data to Report generator.

char *Filename

Full path to a text file used for MeasExportType = 4

ExportObjectStats

Description 

 ExportObjectStats(
   int  MeasExportType,
   char *Filename
);

This function exports the object measurement statistics.

Parameters

int MeasExportType

Export destination

0

Exports the data to MS Windows clipboard.

1

Exports the data to MS Excel (if installed).

2

Exports the data to the default web browser.

3

Exports the data to MS Windows clipboard as HTML.

4

Exports the data to the file pointed at by the [Filename] parameter as Tab delimited values. If the file already existed, it will be overwritten.

5

Exports the data to default printer.

6

Exports the data to Report generator.

char *Filename

Full path to a text file used for MeasExportType = 4

ExportROIData

Description 

 ExportROIData(
   int  MeasExportType,
   char *Filename
);

This function exports the ROI measurement data.

Parameters

int MeasExportType

Export destination

0

Exports the data to MS Windows clipboard.

1

Exports the data to MS Excel (if installed).

2

Exports the data to the default web browser.

3

Exports the data to MS Windows clipboard as HTML.

4

Exports the data to the file pointed at by the [Filename] parameter as Tab delimited values. If the file already existed, it will be overwritten.

5

Exports the data to default printer.

6

Exports the data to Report generator.

char *Filename

Full path to a text file used for MeasExportType = 4