Converts ArcGIS Server geoprocessing values to Web ADF geoprocessing values.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToAdfGPValues( _
ByVal values() As ESRI.ArcGIS.ADF.ArcGISServer.GPValue _
) As ESRI.ArcGIS.ADF.Web.DataSources.GPValue() |
Visual Basic (Usage) | Copy Code |
---|
Dim values() As ESRI.ArcGIS.ADF.ArcGISServer.GPValue
Dim value() As ESRI.ArcGIS.ADF.Web.DataSources.GPValue
value = Converter.ToAdfGPValues(values) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.DataSources.GPValue[] ToAdfGPValues(
ESRI.ArcGIS.ADF.ArcGISServer.GPValue[] values
) |
Parameters
- values
- Array of ArcGIS Server GPValue objects to convert.
Return Value
An array of Web ADF
GPValue objects 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