com.esri.arcgis.display
Interface IEnumStyleGalleryItem

All Superinterfaces:
Serializable
All Known Implementing Classes:
EnumServerStyleGalleryItem, EnumStyleGalleryItem

public interface IEnumStyleGalleryItem
extends Serializable

Provides access to members that enumerate over a set of Style Gallery items.

Description

IEnumStyleGalleryItem is the interface that contains the collection of items in a style gallery. Ideally the instance of the style gallery should be refined to just reference one style gallery class.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also:
IStyleGalleryItem, IEnumStyleGalleryItem

Method Summary
 IStyleGalleryItem next()
          Gets the next Style Gallery item.
 void reset()
          Resets the enumerator.
 

Method Detail

next

IStyleGalleryItem next()
                       throws IOException,
                              AutomationException
Gets the next Style Gallery item.

Description

Next moves to the next item in the current IEnumStyleGalleryItem object.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Returns:
A reference to a com.esri.arcgis.display.IStyleGalleryItem
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws IOException,
                  AutomationException
Resets the enumerator.

Description

Reset resets the current IEnumStyleGalleryItem to its first item.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.