COM object EvDataLoggersCollection

EvApplication.DataLoggers

 

View the COM map and the COM summary.

The EvDataLoggersCollection contains the set of data loggers available to Echoview.

EvDataLoggersCollection methods and properties:

Count
FindByDescription
Item

 

Description

Count

(read-only) Count

Summary

Get the number of data loggers currently in the collection.

Parameter

None.

Return

A number for the data loggers in the collection.

Example

Refer to Data logger snippet.

FindByDescription

FindByDescription (String sLoggerDescription)

Summary

Gets EvDataLogger for the specified data logger description.

Parameters
  • sLoggerDescription - string for the logger.
Return

EvDataLogger for the specified data logger description.

Example

Refer to Data logger snippet.

Item

(read-only) Item[Integer iIndex]

Summary

Gives access to a specific data logger in the EvDataLoggersCollection by index. Indexes are zero-based, so valid indexes are from 0 to Count-1. The result is an EvDataLogger object.

Parameters
  • iIndex - index number in the data logger array.
Return

EvDatalogger corresponding to the requested item.

Example

See also Data logger snippet.

Note: Item is the default property for this interface. The examples on the EvFileCollection page show several ways to use the Item property.

See also

EvApplication
EvDataLogger
COM object hierarchy