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


IGeoProcessor.SaveSettings Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.SaveSettings Method

Save the current settings (toolboxes, environment values, etc) to a file on disk in XML format.

[Visual Basic .NET]
Public Sub SaveSettings ( _
    ByVal FileName As String _
)
[C#]
public void SaveSettings (
    string FileName
);
[C++]
HRESULT SaveSettings(
  BSTR FileName
);
[C++]

Parameters FileName [in] FileName is a parameter of type BSTR

Product Availability

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

See Also

IGeoProcessor Interface