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


ISetDefaultAgsConnectionInfo.ClearParameters Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IS > ISetDefaultAgsConnectionInfo Interface > ISetDefaultAgsConnectionInfo.ClearParameters Method
ArcGIS Developer Help

ISetDefaultAgsConnectionInfo.ClearParameters Method

Clears an ArcGIS Server connection's user entered parameters.

[Visual Basic .NET]
Public Sub ClearParameters ( _
    ByVal pConnectionProperties As IPropertySet _
)
[C#]
public void ClearParameters (
    IPropertySet pConnectionProperties
);
[C++]
HRESULT ClearParameters(
  IPropertySet* pConnectionProperties
);
[C++]
Parameters
pConnectionProperties [in]

pConnectionProperties is a parameter of type IPropertySet*

Product Availability

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

See Also

ISetDefaultAgsConnectionInfo Interface