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:
|
Description |
(read-only) Count SummaryGet the number of data loggers currently in the collection. ParameterNone. ReturnA number for the data loggers in the collection. ExampleRefer to Data logger snippet. |
|
FindByDescription (String sLoggerDescription) SummaryGets EvDataLogger for the specified data logger description. Parameters
ReturnEvDataLogger for the specified data logger description. ExampleRefer to Data logger snippet. |
|
Item |
(read-only) Item[Integer iIndex] SummaryGives 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
ReturnEvDatalogger corresponding to the requested item. ExampleSee 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. |