Options

_DataDelimiter, _MeasurementOptions, _TaxonomyOptions, DataDelimiter, SetCopyMeasFromLive

DataDelimiter

Description 

 DataDelimiter(
   int  delimiter
);

This function enables you to define delimiter between data to output file. This function is typically called, when you invoke the Data Delimiter command (Measure menu). An interactive equivalent is _DataDelimiter function.

Parameters

int delimiter

Type of data delimiter.

9

tab

32

space

59

semicolon

Note

If you export data to MS Excel, it is recommended to use the Tab data delimiter which is the default for MS Excel.

See Also 
_DataDelimiter

SetCopyMeasFromLive

Description 

 SetCopyMeasFromLive(
   int  Enabled
);

Set it the manual measurement objects on live image should be copied to captured image.

1 = copy manual measurement objects from live image to captured.

Parameters

int Enabled

0

Disabled.

1

Enabled.

_DataDelimiter

Description 

 _DataDelimiter();

The function displays the Data Delimiter dialog box.

_MeasurementOptions

This function runs the Measure > Options command.

Description 

 _MeasurementOptions();

The function configures annotation properties for the interactive measurement.

_TaxonomyOptions

This function runs the Measure > Taxonomy Options command.

Description 

 _TaxonomyOptions();