ESRI.ArcGIS.ADF.Tasks
Input Property
See Also 
ESRI.ArcGIS.ADF.Tasks Namespace > GeoprocessingTask Class : Input Property




The input for this geoprocessing task. A GPValue array.

Syntax

Visual Basic (Declaration) 
Public Overrides Property Input As Object
Visual Basic (Usage)Copy Code
Dim instance As GeoprocessingTask
Dim value As Object
 
instance.Input = value
 
value = instance.Input
C# 
public override object Input {get; set;}

Remarks

The getter is valid either after this property has been explicitly set or after the task has been executed. The setter applies values from the provided array to the input controls. Array elements should be in the same order as the parameter info for the task. Set is an expensive call.

See Also

© 2010 All Rights Reserved.