ESRI.ArcGIS.Geoprocessor
LoadSettings Method
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.Geoprocessor Namespace > Geoprocessor Class : LoadSettings Method




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

Syntax

Visual Basic (Declaration) 
Public Sub LoadSettings( _
   ByVal fileName As String _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim fileName As String
 
instance.LoadSettings(fileName)
C# 
public void LoadSettings( 
   string fileName
)

Parameters

fileName

See Also

© 2010 All Rights Reserved.