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


IWCSServiceDescription.CoverageDescriptionByIndex Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWCSServiceDescription.CoverageDescriptionByIndex Property

WCS coverage information at the given index.

[Visual Basic .NET]
Public Function get_CoverageDescriptionByIndex ( _
    ByVal index As Integer _
) As IWCSCoverageDescription
[C#]
public IWCSCoverageDescription get_CoverageDescriptionByIndex (
    int index
);
[C++]
HRESULT get_CoverageDescriptionByIndex(
  long index,
  IWCSCoverageDescription** ppCoverageDescription
);
[C++]

Parameters index [in] index is a parameter of type long ppCoverageDescription [out, retval]
ppCoverageDescription is a parameter of type IWCSCoverageDescription

Product Availability

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

See Also

IWCSServiceDescription Interface