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


IWCSLayer.CoverageName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IWCSLayer.CoverageName Property

The WCS coverage name.

[Visual Basic .NET]
Public ReadOnly Property CoverageName As String
[C#]
public string CoverageName {get;}
[C++]
HRESULT get_CoverageName(
  BSTR* pCoverageName
);
[C++]

Parameters pCoverageName [out, retval] pCoverageName is a parameter of type BSTR

Product Availability

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

Remarks

Get the coverage name of the coverage.

See Also

IWCSLayer Interface