ArcGIS Runtime SDK for WPF - Library Reference
GPResultImageLayer Constructor
See Also 
ESRI.ArcGIS.Client.Tasks Namespace > GPResultImageLayer Class : GPResultImageLayer Constructor

url
The URL.
jobId
The job id.
parameterName
Name of the parameter.
extent
The extent.
proxyUrl
The proxy URL.
Initializes a new instance of the GPResultImageLayer class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal url As String, _
   ByVal jobId As String, _
   ByVal parameterName As String, _
   ByVal extent As Envelope, _
   Optional ByVal proxyUrl As String _
)
C# 
public GPResultImageLayer( 
   string url,
   string jobId,
   string parameterName,
   Envelope extent,
   string proxyUrl
)

Parameters

url
The URL.
jobId
The job id.
parameterName
Name of the parameter.
extent
The extent.
proxyUrl
The proxy URL.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.