ArcObjects Library Reference (Display)  

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,
  BSTR* 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