com.esri.arcgis.display
Interface IStyleGalleryItem2

All Superinterfaces:
IStyleGalleryItem, Serializable
All Known Subinterfaces:
IStyleGalleryItem3
All Known Implementing Classes:
IStyleGalleryItem2Proxy, ServerStyleGalleryItem, StyleGalleryItem

public interface IStyleGalleryItem2
extends IStyleGalleryItem, 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 getTags()
          The tags of the item.
 void setTags(String tags)
          The tags of the item.
 
Methods inherited from interface com.esri.arcgis.display.IStyleGalleryItem
getCategory, getID, getItem, getName, setCategory, setItem, setName
 

Method Detail

getTags

String getTags()
               throws IOException,
                      AutomationException
The 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.

setTags

void setTags(String tags)
             throws IOException,
                    AutomationException
The tags of the item.

Product Availability

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

Parameters:
tags - The tags (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.