ESRI.ArcGIS.Mobile
AnnotationLayer Class
Members  See Also  Send Feedback
ESRI.ArcGIS.Mobile.MobileServices Namespace : AnnotationLayer Class

Provides access to annotation layer stored in the cache.

Object Model







Syntax

Visual Basic (Declaration) 
Public Class AnnotationLayer 
   Inherits FeatureLayer
   Implements ILayer 
C# 
public class AnnotationLayer : FeatureLayer, ILayer  

Remarks

Annotation is used in ArcGIS for storing text to place on maps. With annotation, text is stored in its own position using text string and display properties. When used by a mobile client, annotation layer no longer maintain its dynamic links to a source feature layer. Only geodatabase annotation type storing text annotations only is supported. Map document annotation is not supported.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Mobile.Layer
      ESRI.ArcGIS.Mobile.MobileServices.MobileCacheLayer
         ESRI.ArcGIS.Mobile.MobileServices.MobileServiceLayer
            ESRI.ArcGIS.Mobile.MobileServices.FeatureLayer
               ESRI.ArcGIS.Mobile.MobileServices.AnnotationLayer

Requirements

Namespace: ESRI.ArcGIS.Mobile.MobileServices

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