IWCSConnection Interface
Provides access to members that supply WCS connection information.
Description
This interface is new at ArcGIS 9.3.
Members
Name | Description | |
---|---|---|
![]() |
FullName | Complete information required to connect to a WCS server.. |
![]() |
Name | Name of the connection. |
IWCSConnection.FullName Property
Complete information required to connect to a WCS server..
Public Property FullName As IName
public IName FullName {get; set;}
IWCSConnection.Name Property
Name of the connection.
Public Property Name As String
public string Name {get; set;}
Classes that implement IWCSConnection
Classes | Description |
---|---|
WCSConnection | The Connection for WCS. |