ArcObjects Library Reference (GISClient)  

IWCSServiceDescription.CoverageDescriptionCount Property

WCS coverage count.

[Visual Basic .NET]
Public ReadOnly Property CoverageDescriptionCount As Integer
[C#]
public int CoverageDescriptionCount {get;}
[C++]
HRESULT get_CoverageDescriptionCount(
  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

IWCSServiceDescription Interface