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


IWCSLayer.Create Method (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.Create Method
ArcGIS Developer Help

IWCSLayer.Create Method

Creates a WCS layer from given WCS coverage definition.

[Visual Basic .NET]
Public Sub Create ( _
    ByVal ServiceURL As String, _
    ByVal CoverageName As String, _
    ByVal serviceVersion As String _
)
[C#]
public void Create (
    string ServiceURL,
    string CoverageName,
    string serviceVersion
);
[C++]
HRESULT Create(
  BSTR ServiceURL,
  BSTR CoverageName,
  BSTR serviceVersion
);
[C++]
Parameters
ServiceURL [in]

ServiceURL is a parameter of type BSTR CoverageName [in]
CoverageName is a parameter of type BSTR serviceVersion [in]
serviceVersion is a parameter of type BSTR

Product Availability

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

Remarks

Create a WCSLayer from a OGC coverage with service URL and coverage name specified

See Also

IWCSLayer Interface