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




Index
Value
Set the output script tool parameter by index as a GPValue.

Syntax

Visual Basic (Declaration) 
Public Sub SetParameterValue( _
   ByVal Index As Integer, _
   ByVal Value As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim Index As Integer
Dim Value As Object
 
instance.SetParameterValue(Index, Value)
C# 
public void SetParameterValue( 
   int Index,
   object Value
)

Parameters

Index
Value

See Also

© 2010 All Rights Reserved.