Datacolumncollection.addall(), Name, Description – Campbell Scientific LoggerNet Server SDK User Manual

Page 147: Com return values, Datacolumncollection.find(), Datacolumncollection.item()

Advertising
background image

Section 18. CsiDataSource Control Reference

DataColumnCollection.addAll()

Name

DataColumnCollection.addAll()

Description

This method adds all of the columns for the defined station and table to the
DataColumnCollection. If any previous columns existed in the collection for
this advisor, they will be cleared out before the new DataColumns are added.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return

DataColumnCollection.find()

Name

DataColumnCollection.find(String column_name) As

Boolean

Description

This property returns whether the specified column exists in the DataColumn
Collection.

COM Return Values

Table of Possible Values

Code Meaning

S_OK

Success: Normal return.

DataColumnCollection.Item()

Name

DataColumnCollection.Item(id) As DataColumn

Description

A DataColumn can be referenced by a numeric type such as an integer or a
long. If the number is less than zero or is greater than the number of brokers -
1, then the COM error E_CSI_ARRAY_OUT_OF_BOUNDS will be returned.

18-23

Advertising