This document is archived and information here might be outdated.  Recommended version.


IEnumStyleGalleryItem Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IE > IEnumStyleGalleryItem Interface
ArcGIS Developer Help

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

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

Classes that implement IEnumStyleGalleryItem

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

See Also

IEnumStyleGalleryItem Interface | IStyleGalleryItem Interface | StyleGalleryItem Class

.NET Samples

Move a graphic along a path in ArcMap Custom Root Object (Style Gallery)