ArcObjects Library Reference (Geoprocessing)  

IGeoProcessor.LoadSettings Method

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

[Visual Basic .NET]
Public Sub LoadSettings ( _
    ByVal FileName As String _
)
[C#]
public void LoadSettings (
    string FileName
);
[C++]
HRESULT LoadSettings(
  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