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


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

IWCSLayer.ServiceURL Property

The WCS service URL.

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

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

Product Availability

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

Remarks

Get the Service URL that provides the OGC service of the coverage.

See Also

IWCSLayer Interface