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


IWCSLayer.Version 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.Version Property
ArcGIS Developer Help

IWCSLayer.Version Property

The WCS service version.

[Visual Basic .NET]
Public ReadOnly Property Version As String
[C#]
public string Version {get;}
[C++]
HRESULT get_Version(
  System.String* pVersion
);
[C++]
Parameters
pVersion [out, retval]

pVersion is a parameter of type BSTR*

Product Availability

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

Remarks

Gets the OGC WCS version which the coverage is published with.

See Also

IWCSLayer Interface