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.
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.