ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
ToAdfGPValue Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > Converter Class : ToAdfGPValue Method




value
An ArcGIS Server GPValue to convert.
Converts an output value from a ArcGIS geoprocessing service into a value that the Web ADF can display.

Syntax

Visual Basic (Declaration) 
Public Shared Function ToAdfGPValue( _
   ByVal value As GPValue _
) As GPValue
Visual Basic (Usage)Copy Code
Dim value As GPValue
Dim value As GPValue
 
value = Converter.ToAdfGPValue(value)
C# 
public static GPValue ToAdfGPValue( 
   GPValue value
)

Parameters

value
An ArcGIS Server GPValue to convert.

Return Value

A Web ADF GPValue object with equivalent data.

See Also

© 2010 All Rights Reserved.