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


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

IGxAGSConnection.SaveToFile Method

Writes an AGS connection file.

[Visual Basic .NET]
Public Sub SaveToFile ( _
    ByVal Path As String _
)
[C#]
public void SaveToFile (
    string Path
);

Product Availability

Available with ArcGIS Desktop.

See Also

IGxAGSConnection Interface