ArcObjects Library Reference (GISClient)  

IWMTSServiceDescription.LayerDescriptionCount Property

WMTS layer count.

[Visual Basic .NET]
Public ReadOnly Property LayerDescriptionCount As Integer
[C#]
public int LayerDescriptionCount {get;}
[C++]
HRESULT get_LayerDescriptionCount(
  long* Count
);
[C++]

Parameters

Count [out, retval]   Count is a parameter of type long

Product Availability

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

See Also

IWMTSServiceDescription Interface