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

Returns the Spatial Reference System.

Syntax

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

Remarks

The MobileCache inherits the spatial reference system from the map service it is connected to. This property returns the spatial reference system object containing this information.

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