Esri Business Analyst Server API for Silverlight 2.2 Reference
PointRecord Constructor(String,String,String,Double,Double)
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore Namespace > PointRecord Class > PointRecord Constructor : PointRecord Constructor(String,String,String,Double,Double)

name
Point name. It is stored in the "NAME" field of a geocoded point feature.
description
Point description string. It is stored in the "DESCR" field of a geocoded point feature.
storeId
ID of store associated with this point or ID of this point if this is the store point. It is stored in the "STORE_ID" field of a geocoded point feature.
latitude
Latitude coordinate. It is stored in the "Latitude" field of a geocoded point feature.
longitude
Longitude coordinate. It is stored in the "Longitude" field of a geocoded point feature.

Glossary Item Box

Initializes a new instance of the PointRecord class.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

name
Point name. It is stored in the "NAME" field of a geocoded point feature.
description
Point description string. It is stored in the "DESCR" field of a geocoded point feature.
storeId
ID of store associated with this point or ID of this point if this is the store point. It is stored in the "STORE_ID" field of a geocoded point feature.
latitude
Latitude coordinate. It is stored in the "Latitude" field of a geocoded point feature.
longitude
Longitude coordinate. It is stored in the "Longitude" field of a geocoded point feature.

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

© 2010-2012 Esri, Inc. All Rights Reserved.