ArcGIS API for Silverlight - Library Reference
GPRasterData Constructor
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GPRasterData Class : GPRasterData Constructor

name
The name of the parameter.
url
The URL to the location of the input data file.
format
The format of the raster data such as "jpg", "tif", etc.
Initializes a new instance of the GPRasterData class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal name As String, _
   ByVal url As String, _
   ByVal format As String _
)
C# 
public GPRasterData( 
   string name,
   string url,
   string format
)

Parameters

name
The name of the parameter.
url
The URL to the location of the input data file.
format
The format of the raster data such as "jpg", "tif", etc.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7

See Also

© ESRI, Inc. All Rights Reserved.