IMDFind

IMDFind is an optional interface on the dataset object. This interface consists of methods to find the ordinal number of a cell in the dataset and the ordinal number of a tuple on the axis.

Method Description
FindCell Finds and returns a cell ordinal based on an array of members and a starting cell ordinal in the dataset.
FindTuple Returns a pointer to a tuple ordinal based on array of members, a starting ordinal, and an axis identifier.