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


IWCSCoverageName.WCSConnectionName Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IWCSCoverageName.WCSConnectionName Property

The connection name object for this description.

[Visual Basic .NET]
Public Property WCSConnectionName As IWCSConnectionName
[C#]
public IWCSConnectionName WCSConnectionName {get; set;}
[C++]
HRESULT get_WCSConnectionName(
  IWCSConnectionName** ppServerConnName
);
[C++]
HRESULT putref_WCSConnectionName(
  IWCSConnectionName* ppServerConnName
);
[C++]

Parameters ppServerConnName [out, retval]
ppServerConnName is a parameter of type IWCSConnectionName ppServerConnName [in]
ppServerConnName is a parameter of type IWCSConnectionName

Product Availability

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

See Also

IWCSCoverageName Interface