Converts an ArcGIS Server GPToolInfo object to a Web ADF GPToolInfo object.
Syntax
Visual Basic (Declaration) | |
---|
Public Shared Function ToAdfGPToolInfo( _
ByVal task As ESRI.ArcGIS.ADF.ArcGISServer.GPToolInfo _
) As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo |
Visual Basic (Usage) | Copy Code |
---|
Dim task As ESRI.ArcGIS.ADF.ArcGISServer.GPToolInfo
Dim value As ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo
value = Converter.ToAdfGPToolInfo(task) |
C# | |
---|
public static ESRI.ArcGIS.ADF.Web.DataSources.GPToolInfo ToAdfGPToolInfo(
ESRI.ArcGIS.ADF.ArcGISServer.GPToolInfo task
) |
Parameters
- task
- The ArcGIS Server GPToolInfo to convert.
Return Value
A Web ADF
GPToolInfo with the same values in its properties.
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