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

location
The location of the address.
attributes
The attributes of the address.
Initializes a new instance of the Address class.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal location As MapPoint, _
   ByVal attributes As Dictionary(Of String,Object) _
)
C# 
public Address( 
   MapPoint location,
   Dictionary<string,object> attributes
)

Parameters

location
The location of the address.
attributes
The attributes of the address.

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.