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


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

IIMSConnection.SaveToFile Method

Writes an IMS connection file containing the URL.

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

Product Availability

Available with ArcGIS Desktop.

See Also

IIMSConnection Interface