ArcObjects Library Reference (Carto)  

IWMTSLayer.LayerName Property

Layer name in a WMTS Service.

[Visual Basic .NET]
Public ReadOnly Property LayerName As String
[C#]
public string LayerName {get;}
[C++]
HRESULT get_LayerName(
  BSTR* LayerName
);
[C++]

Parameters

LayerName [out, retval]   LayerName is a parameter of type BSTR

Product Availability

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

See Also

IWMTSLayer Interface