This document is archived and information here might be outdated. Recommended version. |
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