IndexSet Properties TIBCO Spotfire 7.6 API Reference

The IndexSet type exposes the following members.

Properties

  Name Description
Public property Capacity
Controls the total number of indexes that the IndexSet can hold (numbered to
Capacity-1
) Setting capacity will clear the IndexSet.
Public property Count
Number of indexes currently in the set.
Public property First
Gets the first index in the IndexSet.
Public property IsEmpty
True if the set has no indexes (Count == 0).
Public property IsFull
True if the all indexes are in the set (Count == Capacity).
Public property IsReadOnly
Tells if this IndexSet is read-only.
Public property Item
Indexer. Returns a bool indicating if the index is a member of the set.
Public property Last
Gets the last index in the IndexSet.
Top
See Also

Reference