ExportFieldData, ExportObjectData, ExportObjectStats, ExportROIData
Description
ExportFieldData( intMeasExportType
, char *Filename
);
This function exports the field measurement data.
Parameters
MeasExportType
Export destination
Exports the data to MS Windows clipboard. | |
Exports the data to MS Excel (if installed). | |
Exports the data to the default web browser. | |
Exports the data to MS Windows clipboard as HTML. | |
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. | |
Exports the data to default printer. | |
Exports the data to Report generator. |
Description
ExportObjectData( intMeasExportType
, char *Filename
);
This function exports the object measurement data.
Parameters
MeasExportType
Export destination
Exports the data to MS Windows clipboard. | |
Exports the data to MS Excel (if installed). | |
Exports the data to the default web browser. | |
Exports the data to MS Windows clipboard as HTML. | |
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. | |
Exports the data to default printer. | |
Exports the data to Report generator. |
Description
ExportObjectStats( intMeasExportType
, char *Filename
);
This function exports the object measurement statistics.
Parameters
MeasExportType
Export destination
Exports the data to MS Windows clipboard. | |
Exports the data to MS Excel (if installed). | |
Exports the data to the default web browser. | |
Exports the data to MS Windows clipboard as HTML. | |
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. | |
Exports the data to default printer. | |
Exports the data to Report generator. |
Description
ExportROIData( intMeasExportType
, char *Filename
);
This function exports the ROI measurement data.
Parameters
MeasExportType
Export destination
Exports the data to MS Windows clipboard. | |
Exports the data to MS Excel (if installed). | |
Exports the data to the default web browser. | |
Exports the data to MS Windows clipboard as HTML. | |
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. | |
Exports the data to default printer. | |
Exports the data to Report generator. |