com.esri.arcgis.gisclient
Interface ISetDefaultAgsConnectionInfo
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- AGSServerConnectionFactory
public interface ISetDefaultAgsConnectionInfo
- extends Serializable
Provides access to user entered information for an ArcGIS Server Connection.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
clearParameters
void clearParameters(IPropertySet pConnectionProperties)
throws IOException,
AutomationException
- Clears an ArcGIS Server connection's user entered parameters.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
- Parameters:
pConnectionProperties
- A reference to a com.esri.arcgis.system.IPropertySet (in)
- Throws:
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.