Description

DataViewer class that collects data from Image-Pro database and shows it in arranged form in the following data windows: DataTable, DataHistogram, ScatterPlot, DataGraph

Object Model


Members

Methods
Export

Exports data from the DataTable

GetListOfDataWindows

Returns list of open instances of data windows as collection of integers

GetViewData

Returns a DataViewer window in HTML of Picture format.

LoadSettings

Loads settings to data viewer and sets the reference to McSettings object that will provide data for DataViewer's window.

SaveSettings

Saves DataViewer settings into an McSettings object.

SelectDataSource

Selects data source list for data viewer.

UpdateDataWindows

Updates data pool and all data windows on DataViewer.


Properties
DataColumnsRead-only property

Returns reference to data pool of DataViewer as McDataColumns type

DataRootRead-write property

Sets/gets data root for Data Viewer. DataRoot is the starting point to collect data to data viewer. Data is collected from data root and all its children recursively. DataRoot can be one of the following types: String, McDBNode,McDBNodes,\ McDBDatabase,McDataNodeRefs. If DataRoot is Nothing then the active image is used.

DataSourceCollRead-only property

Returns collection of DataSource Keys as collection of strings.