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