Campbell-scientific LoggerNet-SDK Software Development Kit Bedienungsanleitung Seite 88

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 178
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 87
Section 16. CsiBrokerMap Control Reference
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
16.4 TableCollection Interface
16.4.1 Properties
TableCollection.Count
Name
TableCollection.Count As Long
Description
This property returns the number of tables in a TableCollection
COM Return Values
Table of Possible Values
Code Meaning
S_OK
Success: Normal return
16.4.2 Methods
TableCollection.Item()
Name
TableCollection.Item(id) As Table
Description
Returns the requested table if it exists. A table can be referenced by a number
(like an index), or by a string (the name of the table). If the number is less than
zero or is greater than the number of tables, then the error
E_CSI_ARRAY_OUT_OF_BOUNDS will be returned. If the table cannot be found
by name, then the error
E_CSI_NOT_FOUND will be returned.
Prototypes
TableCollection.Item(Number) - Array index.
TableCollection.Item(String) - Table name.
16-12
Seitenansicht 87
1 2 ... 83 84 85 86 87 88 89 90 91 92 93 ... 177 178

Kommentare zu diesen Handbüchern

Keine Kommentare