com.esri.arcgis.display
Interface ILayerTags

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ILayerTagsProxy, MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol

public interface ILayerTags
extends java.io.Serializable

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

Description: 'Provides access to members that control the layer tags in a multilayer symbol.' 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 IID6322d37e_6b0e_4838_a146_ee463024976e
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 java.lang.String getLayerTags(int layerIndex)
          Tags for the layer at the specified index.
 void setLayerTags(int layerIndex, java.lang.String tags)
          Tags for the layer at the specified index.
 

Field Detail

IID6322d37e_6b0e_4838_a146_ee463024976e

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

getLayerTags

java.lang.String getLayerTags(int layerIndex)
                              throws java.io.IOException,
                                     AutomationException
Tags for the layer at the specified index.

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

setLayerTags

void setLayerTags(int layerIndex,
                  java.lang.String tags)
                  throws java.io.IOException,
                         AutomationException
Tags for the layer at the specified index.

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