ESRI.ArcGIS.Mobile
SdcMapLayer Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.SdcData Namespace : SdcMapLayer Class

Layer that represent an Sdc Dataset. Can be used in the Map control thru a MapLayer.

Object Model




Syntax

Visual Basic (Declaration) 
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("Use StreetMapLayer instead or create a MobileCache.")>
Public Class SdcMapLayer 
   Inherits MapLayer
   Implements IBoundable, ISpatialData2 
C# 
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("Use StreetMapLayer instead or create a MobileCache.")]
public class SdcMapLayer : MapLayer, IBoundable, ISpatialData2  

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.MapLayer
      ESRI.ArcGIS.Mobile.SdcData.SdcMapLayer

Requirements

Namespace: ESRI.ArcGIS.Mobile.SdcData

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

Assembly: ESRI.ArcGIS.Mobile (in ESRI.ArcGIS.Mobile.dll)

See Also