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


IGxWCSConnection Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Catalog > ESRI.ArcGIS.Catalog > Interfaces > IG > IGxWCSConnection Interface
ArcGIS Developer Help

IGxWCSConnection Interface

Provides access to members to connect to an WCS server.

Product Availability

Available with ArcGIS Desktop.

Description

This interface is new at ArcGIS 9.3.

Members

Name Description
Method Connect Connects to the WCS service.
Method Disconnect Disconnects from the WCS service.
Read-only property IsConnected Indicates whether the server is connected to or not.
Method LoadFromFile Loads a WCS connection file.
Method SaveToFile Writes a WCS connection file.
Read/write property WCSConnectionName Assosicated name object used to connect to a WCS service.

Classes that implement IGxWCSConnection

Classes Description
GxWCSConnection The connection of WCS service.