com.esri.arcgis.display
Interface IStyleGalleryItem3

All Superinterfaces:
IStyleGalleryItem, IStyleGalleryItem2, java.io.Serializable
All Known Implementing Classes:
IStyleGalleryItem3Proxy, ServerStyleGalleryItem, StyleGalleryItem

public interface IStyleGalleryItem3
extends IStyleGalleryItem2, java.io.Serializable

COM Interface 'IStyleGalleryItem3'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDisplay.olb'

Description: 'Provides access to members that describe items in the Style Gallery.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID4e197168_1beb_49e1_b208_a7a3bb261fa5
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.display.IStyleGalleryItem2
IID6bf1d82d_fe60_4639_a7f6_39c9a223cdb0
 
Fields inherited from interface com.esri.arcgis.display.IStyleGalleryItem
IIDac0e9825_91cb_11d1_8813_080009ec732a
 
Method Summary
 java.lang.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
 

Field Detail

IID4e197168_1beb_49e1_b208_a7a3bb261fa5

static final int IID4e197168_1beb_49e1_b208_a7a3bb261fa5
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getDefaultTags

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

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