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


IWMTSLayer.LayerName Property (ArcObjects .NET 10.6 SDK)
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(
  System.String* 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