ESRI.ArcGIS.Mobile.Client
SystemFeatureActionType Enumeration
See Also  Send Feedback
ESRI.ArcGIS.Mobile.Client Namespace : SystemFeatureActionType Enumeration

Enumeration that represents the type of SystemFeatureAction

Syntax

Visual Basic (Declaration) 
Public Enum SystemFeatureActionType 
   Inherits Enum
C# 
public enum SystemFeatureActionType : Enum 

Members

MemberDescription
ViewFeatureView the attributes of the selected Feature.
EditFeatureEdit the attributes of the selected Feature.
BrowseOnMapBrowse the selected Feature on the map.
NavigateToNavigate to the selected Feature using compass.
DeleteDelete the selected Feature.
RemoveFromListRemove the selected Feature from the list.
AddToWorkListAdd the selected Feature to the work list.
CancelEditsCancel the edits of the selected Feature.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         ESRI.ArcGIS.Mobile.Client.SystemFeatureActionType

Requirements

Namespace: ESRI.ArcGIS.Mobile.Client

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.Client (in ESRI.ArcGIS.Mobile.Client.dll)

See Also