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




index
Return the input command line or script tool parameter by index as a GPValue.

Syntax

Visual Basic (Declaration) 
Public Function GetParameterValue( _
   ByVal index As Integer _
) As Object
Visual Basic (Usage)Copy Code
Dim instance As Geoprocessor
Dim index As Integer
Dim value As Object
 
value = instance.GetParameterValue(index)
C# 
public object GetParameterValue( 
   int index
)

Parameters

index

See Also

© 2010 All Rights Reserved.