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


IWCSLayer.ServiceURL Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IW > IWCSLayer Interface > IWCSLayer.ServiceURL Property
ArcGIS Developer Help

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(
  System.String* 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