The ITupleSet type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Find |
This member function checks whether a given
ITupleBuffer object is in the collection. It returns a
new tuple if the buffer exists in the collection, otherwise it
returns an empty handle.
|
|
|
GetEnumerator()()()() |
Returns an enumerator on the collection. (Inherited from IDiscreteDataCollection.) |
|
|
GetEnumerator()()()() |
Returns an enumerator on the ITupleSet.
|
|
|
GetIndex(Double) |
Returns the index of a given numeric value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(Int32) |
Returns the index of a given integer value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(String) |
Returns the index of a given string value. (Inherited from IDiscreteDataCollection.) |
|
|
GetIndex(ITuple) |
This member function checks wether a given ITuple
is in the collection. It will return the index if the tuple exists or -1 if
the tuple does not exist in the index. You can give the whole values or only
the key values in a buffer instance of the tuple, or a tuple from another
collection.
|
|
|
IsIn |
This member function checks whether a given ITupleBuffer
object is in the collection. You can give the whole values or only the key values.
|
|
|
MakeFirst |
Creates the first tuple.
|
|
|
MakeLast |
Creates the last tuple.
|
|
|
MakeTuple |
This member function is used to return an indexed tuple.
|
|
|
MakeTupleBuffer |
Edits the tuple to modify it, or create a new tuple.
|