IndexSet Properties

Spotfire 14.3 API Reference

The IndexSet type exposes the following members.

Properties

  NameDescription
Public propertyCapacity
Controls the total number of indexes that the IndexSet can hold (numbered to
Capacity-1
) Setting capacity will clear the IndexSet.
Public propertyCount
Number of indexes currently in the set.
Public propertyFirst
Gets the first index in the IndexSet.
Public propertyIsEmpty
True if the set has no indexes (Count == 0).
Public propertyIsFull
True if the all indexes are in the set (Count == Capacity).
Public propertyIsReadOnly
Tells if this IndexSet is read-only.
Public propertyItem
Indexer. Returns a bool indicating if the index is a member of the set.
Public propertyLast
Gets the last index in the IndexSet.
Top
See Also

Reference