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 ESRI.ArcGIS.ADF.ArcGISServer.GPValue _
) As ESRI.ArcGIS.ADF.Web.DataSources.GPValue |
Visual Basic (Usage) | Copy Code |
---|
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.GPValue
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.GPValue
value = Converter.ToAdfGPValue(value) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.DataSources.GPValue ToAdfGPValue(
ESRI.ArcGIS.ADF.ArcGISServer.GPValue value
) |
Parameters
- value
- An ArcGIS Server GPValue to convert.
Return Value
A Web ADF
GPValue object with equivalent data.
Requirements
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family
See Also