Table.start_expansion, Name, Description – Campbell Scientific LoggerNet Server SDK User Manual
Page 92: Com return values, 6 columncollection interface, 1 properties, Columncollection.count, 2 methods, Columncollection.item()

Section 16. CsiBrokerMap Control Reference
Table.start_expansion
Name
Table.start_expansion()
Description
If the BrokerMap autoExpand property has been set to FALSE, use this method
to access the list of Columns for a Table within a Broker.
COM Return Values
Table of Possible Values
Code Meaning
S_OK Success:
Normal
Return
16.6 ColumnCollection Interface
16.6.1 Properties
ColumnCollection.Count
Name
ColumnCollection.Count As Long
Description
This property returns the number of columns in the ColumnCollection.
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
16.6.2 Methods
ColumnCollection.Item()
Name
ColumnCollection.Item(id) As Column
Description
This method returns the reference id for a Column. If the number is less than
zero or is greater than the number of columns, then the error
E_CSI_ARRAY_OUT_OF_BOUNDS will be returned. If the column cannot
be found by name, then the error
E_CSI_NOT_FOUND
will be returned.
16-16