IDimIterator

Description

The IDimIterator interface contains properties and methods of iterator used to navigate collection of dictionary elements.

Properties

  Property name Brief description
DimElementArray The DimElementArray property returns a collection of elements for which an iterator is created.
Element The Element property returns index of dictionary element at which the iterator cursor is positioned.
Position The Position property returns cursor position in the iterator.

Methods

  Method name Brief description
First The First method moves to starting position of the iterator.
MoveTo The MoveTo method moves iterator cursor to desired element.
NewIterator The NewIterator method creates a new iterator and offsets elements.
Next The Next method moves to the next iterator element.

See also:

Dimensions Assembly Interfaces