com.esri.arcgis.catalog
Interface IGxFilterSearchServers

All Superinterfaces:
Serializable
All Known Implementing Classes:
GxFilterSearchServers

public interface IGxFilterSearchServers
extends Serializable

Provides access to members that manage the properties of a GxFilterSearchServer object.

Product Availability

Available with ArcGIS Desktop.


Method Summary
 void setConnectionType(int rhs1)
          The connection type.
 

Method Detail

setConnectionType

void setConnectionType(int rhs1)
                       throws IOException,
                              AutomationException
The connection type.

Product Availability

Available with ArcGIS Desktop.

Parameters:
rhs1 - A com.esri.arcgis.gisclient.esriAGSConnectionType constant (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.