ESRI.ArcGIS.Mobile.Client
BrowseLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile.Client.Map Namespace : BrowseLayer Class


The following tables list the members exposed by BrowseLayer.

Public Properties

 NameDescription
Public PropertyCount Gets the count of ILocations in the layer  
Public PropertyDefaultPointSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultPolygonSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultPolylineSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyDefaultSymbol (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyGraphics (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyLayerName (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertyMap (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public PropertySelectedIndex Gets or sets the index of the selected ILocation  
Public PropertySelectedLocation Gets the currently selected ILocation  
Public PropertyVisibleOverridden.  Gets or sets a property that determines if the layer is visible.  
Top

Protected Properties

 NameDescription
Protected PropertySelectedPointSymbol Symbol used for selected points  
Protected PropertySelectionSymbol Symbol used for selected polygons and polylines.  
Top

Public Methods

 NameDescription
Public MethodDisposeOverloaded.  Clean up any resources being used.  
Public MethodEnsureSelectedItemVisibility Call this to make sure the selected ILocation is in the Map's visible extent  
Public MethodRefresh (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public MethodToString (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Top

Protected Methods

 NameDescription
Protected MethodDrawOverridden.  Draws the BrowseLayer  
Protected MethodOnDataChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnGraphicsListChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnMapChanging (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Protected MethodOnSelectedIndexChanged Occurs when the selected c is changed  
Top

Public Events

 NameDescription
Public EventDataChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public EventPropertyChanged (Inherited from ESRI.ArcGIS.Mobile.WinForms.MapGraphicLayer)
Public EventSelectedIndexChanged Occurs when the selected ILocation is changed  
Top

See Also