Converts an input parameter value specified using the ADF into an ArcGIS Geoprocessing Server value.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function FromAdfGPValue( _
ByVal value As ESRI.ArcGIS.ADF.Web.DataSources.GPValue _
) As ESRI.ArcGIS.ADF.ArcGISServer.GPValue |
Visual Basic (Usage) | Copy Code |
---|
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.GPValue
Dim value As ESRI.ArcGIS.ADF.ArcGISServer.GPValue
value = Converter.FromAdfGPValue(value) |
C# | |
---|
public static ESRI.ArcGIS.ADF.ArcGISServer.GPValue FromAdfGPValue(
ESRI.ArcGIS.ADF.Web.DataSources.GPValue value
) |
Parameters
- value
- A Web ADF GPValue object to convert.
Return Value
The converted ArcGIS Server
GPValue.
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