This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IW > IWCSServiceDescription Interface > IWCSServiceDescription.CoverageRequestUrl Property (ArcObjects .NET 10.5 SDK) |
The URL to download the coverage from.
[Visual Basic .NET] Public Function get_CoverageRequestUrl ( _ ByVal coverageName As String, _ ByVal pBoundingBox As IEnvelope, _ ByVal CRS As String, _ ByVal responseFormat As String, _ ByVal imageWidth As Integer, _ ByVal imageHeight As Integer _ ) As String
[C#] public string get_CoverageRequestUrl ( string coverageName, IEnvelope pBoundingBox, string CRS, string responseFormat, int imageWidth, int imageHeight );
[C++]
HRESULT get_CoverageRequestUrl(
BSTR coverageName,
IEnvelope* pBoundingBox,
BSTR CRS,
BSTR responseFormat,
long imageWidth,
long imageHeight,
BSTR* URL
);
[C++]
Parameters coverageName [in] coverageName is a parameter of type BSTR pBoundingBox [in]
pBoundingBox is a parameter of type IEnvelope CRS [in] CRS is a parameter of type BSTR responseFormat [in] responseFormat is a parameter of type BSTR imageWidth [in] imageWidth is a parameter of type long imageHeight [in] imageHeight is a parameter of type long URL [out, retval] URL is a parameter of type BSTR