com.esri.arcgis.display
Interface IStyleGalleryItem3

All Superinterfaces:
IStyleGalleryItem, IStyleGalleryItem2, Serializable
All Known Implementing Classes:
ServerStyleGalleryItem, StyleGalleryItem

public interface IStyleGalleryItem3
extends IStyleGalleryItem2, Serializable

Provides access to members that describe items in the Style Gallery.

Product Availability

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


Method Summary
 String getDefaultTags()
          The default tags of the item.
 
Methods inherited from interface com.esri.arcgis.display.IStyleGalleryItem2
getTags, setTags
 
Methods inherited from interface com.esri.arcgis.display.IStyleGalleryItem
getCategory, getID, getItem, getName, setCategory, setItem, setName
 

Method Detail

getDefaultTags

String getDefaultTags()
                      throws IOException,
                             AutomationException
The default tags of the item.

Product Availability

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

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