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


IWCSCoverageDescription.Range Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWCSCoverageDescription.Range Property

Range of the coverage data.

[Visual Basic .NET]
Public ReadOnly Property Range As IWCSRange
[C#]
public IWCSRange Range {get;}
[C++]
HRESULT get_Range(
  IWCSRange** ppRange
);
[C++]

Parameters ppRange [out, retval]
ppRange is a parameter of type IWCSRange

Product Availability

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

See Also

IWCSCoverageDescription Interface