ArcObjects Library Reference (Display)  

IEnumStyleGalleryItem Interface

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

Product Availability

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

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.

Members

Description
Method Next Gets the next Style Gallery item.
Method Reset Resets the enumerator.

CoClasses that implement IEnumStyleGalleryItem

CoClasses and Classes Description
EnumServerStyleGalleryItem An enumerator of Server Style Gallery items.
EnumStyleGalleryItem (esriFramework) An enumerator of Style Gallery items.

See Also

IEnumStyleGalleryItem Interface | IStyleGalleryItem Interface