com.esri.arcgis.display
Interface IEnumStyleGalleryItem

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
EnumServerStyleGalleryItem, EnumStyleGalleryItem, IEnumStyleGalleryItemProxy

public interface IEnumStyleGalleryItem
extends java.io.Serializable

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

Description: 'Provides access to members that enumerate over a set of Style Gallery items.' 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 IIDac0e9828_91cb_11d1_8813_080009ec732a
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IStyleGalleryItem next()
          Gets the next Style Gallery item.
 void reset()
          Resets the enumerator.
 

Field Detail

IIDac0e9828_91cb_11d1_8813_080009ec732a

static final int IIDac0e9828_91cb_11d1_8813_080009ec732a
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

next

IStyleGalleryItem next()
                       throws java.io.IOException,
                              AutomationException
Gets the next Style Gallery item.

Returns:
A reference to a com.esri.arcgis.display.IStyleGalleryItem
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

reset

void reset()
           throws java.io.IOException,
                  AutomationException
Resets the enumerator.

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