com.esri.arcgis.display
Interface ILayerTags

All Superinterfaces:
Serializable
All Known Implementing Classes:
MultiLayerFillSymbol, MultiLayerLineSymbol, MultiLayerMarkerSymbol

public interface ILayerTags
extends Serializable

Provides access to members that control the layer tags in a multilayer symbol.

Product Availability

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


Method Summary
 String getLayerTags(int layerIndex)
          Tags for the layer at the specified index.
 void setLayerTags(int layerIndex, String tags)
          Tags for the layer at the specified index.
 

Method Detail

getLayerTags

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

Product Availability

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

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

setLayerTags

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

Product Availability

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

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