ArcObjects Library Reference (GISClient)  

IWMSServiceDescription.LayerDescriptionCount Property

WMS 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

IWMSServiceDescription Interface