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


IGpDispatch.LoadSettings Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDispatch Interface > IGpDispatch.LoadSettings Method
ArcGIS Developer Help

IGpDispatch.LoadSettings Method

Loads the current GeoProcessor environment settings.

[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

IGpDispatch Interface