This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > IStyleGalleryItem Interface (ArcObjects .NET 10.5 SDK) |
Provides access to members that define items in the Style Gallery.
Symbols and map elements are stored in the Style Gallery. Each symbol or map element has a unique ID that can be read from the item within the style gallery. A Name and Category are also properties of the items within the style gallery. These two fields, along with the Item itself, can be updated and changed as necessary.
Description | ||
---|---|---|
Category | The category of the item. | |
ID | Id for the item in the Style Gallery. | |
Item | The symbol or map element to be stored in the Style Gallery item. | |
Name | The name of the item in the Style Gallery. |
CoClasses and Classes | Description |
---|---|
ServerStyleGalleryItem | An item in the Server Style Gallery. |
StyleGalleryItem (esriFramework) | An item in the Style Gallery. |
IStyleGallery Interface | IStyleGalleryStorage Interface