ESRI.ArcGIS.Mobile
SpatialReference Property
See Also  Send Feedback
ESRI.ArcGIS.Mobile Namespace > Map Class : SpatialReference Property

Gets the map's spatial reference.

Syntax

Visual Basic (Declaration) 
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public ReadOnly Property SpatialReference As SpatialReference
C# 
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public SpatialReference SpatialReference {get;}

Return Value

ESRI.ArcGIS.Mobile.SpatialReferences.SpatialReference

Remarks

SpatialReference provides various ways to convert coordinates between mobile space and WGS84, and the methods to convert length/area from one unit to another unit.

Requirements

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