[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The following tables list the members exposed by the IExtObjectSet type.

Public Methods

  NameDescription
Ext
returns an ObjectSet with extended functionality.
(Inherited from IObjectSet.)
Get
returns the item at position [index] in this ObjectSet.

GetIDs
returns an array of internal IDs that correspond to the contained objects.

HasNext
returns
 Copy imageCopy Code
true
if the
 Copy imageCopy Code
ObjectSet
has more elements.
(Inherited from IObjectSet.)
Next
returns the next object in the
 Copy imageCopy Code
ObjectSet
.
(Inherited from IObjectSet.)
Reset
resets the
 Copy imageCopy Code
ObjectSet
cursor before the first element.
(Inherited from IObjectSet.)
Size
returns the number of elements in the
 Copy imageCopy Code
ObjectSet
.
(Inherited from IObjectSet.)