ArcGIS API for WPF - Library Reference
GPFeatureRecordSetLayer Constructor(String,String)
See Also  Send comments on this topic
ESRI.ArcGIS.Client.Tasks Namespace > GPFeatureRecordSetLayer Class > GPFeatureRecordSetLayer Constructor : GPFeatureRecordSetLayer Constructor(String,String)

name
The name of the parameter.
url
The URL to the location of the input file.
Initializes a new instance of the GPFeatureRecordSetLayer class. Use this constructor when specifying an input file on a public server that contains the features in JSON format.

Syntax

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

Parameters

name
The name of the parameter.
url
The URL to the location of the input file.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.