This document is archived and information here might be outdated.  Recommended version.


ILayerTags.LayerTags Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IL > ILayerTags Interface > ILayerTags.LayerTags Property
ArcGIS Developer Help

ILayerTags.LayerTags Property

Tags for the layer at the specified index.

[Visual Basic .NET]
Public Function get_LayerTags ( _
    ByVal layerIndex As Integer _
) As String
[Visual Basic .NET]
Public Sub set_LayerTags ( _
    ByVal layerIndex As Integer, _
    ByVal Tags As String _
)
[C#]
public string get_LayerTags (
    int layerIndex
);
[C#]
public void set_LayerTags (
    int layerIndex,
    string Tags
);
[C++]
HRESULT get_LayerTags(
  long layerIndex,
  System.String* Tags
);
[C++]
HRESULT put_LayerTags(
  long layerIndex,
  BSTR Tags
);
[C++]
Parameters
layerIndex [in]

layerIndex is a parameter of type long Tags [out, retval]
Tags is a parameter of type BSTR* layerIndex [in]
layerIndex is a parameter of type long Tags [in]
Tags is a parameter of type BSTR

Product Availability

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

See Also

ILayerTags Interface