ArcObjects Library Reference (Geoprocessing)  

IGpDispatch.SaveSettings Method

Saves the current GeoProcessor environment settings.

[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

IGpDispatch Interface