ESRI.ArcGIS.Mobile
SelectionGraphicLayer Class Members
See Also  Properties  Methods  Events Send Feedback
ESRI.ArcGIS.Mobile Namespace : SelectionGraphicLayer Class


The following tables list the members exposed by SelectionGraphicLayer.

Public Constructors

 NameDescription
Public ConstructorSelectionGraphicLayer Constructor Initializes a new instance of SelectionGraphicLayer.  
Top

Public Properties

 NameDescription
Public PropertyContainerGets the IContainer that contains the Component. (Inherited from System.ComponentModel.Component)
Public PropertyLayerName Gets or sets the MapGraphicLayer name. (Inherited from MapGraphicLayer)
Public PropertyMap Gets the associated Map. Returns null if this MapGaphicLayer has not yet been attached to a Map control. (Inherited from MapGraphicLayer)
Public PropertySelectedGeometries Gets the list of selected geometries.  
Public PropertySelectionSymbol Gets or sets the geometry symbol.  
Public PropertySiteGets or sets the ISite of the Component. (Inherited from System.ComponentModel.Component)
Public PropertyVisibleGets or sets the visibility of the MapGraphicLayer. (Inherited from MapGraphicLayer)
Top

Protected Properties

 NameDescription
Protected PropertyCanRaiseEventsGets a value indicating whether the component can raise an event. (Inherited from System.ComponentModel.Component)
Protected PropertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from System.ComponentModel.Component)
Protected PropertyEventsGets the list of event handlers that are attached to this Component. (Inherited from System.ComponentModel.Component)
Top

Public Methods

 NameDescription
Public MethodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject)
Public MethodDisposeOverloaded.  Disposes the object's native resources.  
Public MethodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject)
Public MethodToStringReturns a String containing the name of the Component, if any. This method should not be overridden. (Inherited from System.ComponentModel.Component)
Top

Protected Methods

 NameDescription
Protected MethodDrawOverridden.  Draws the MapGraphicLayers.  
Protected MethodFinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Inherited from System.ComponentModel.Component)
Protected MethodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from System.ComponentModel.Component)
Protected MethodMemberwiseCloneOverloaded. Creates a shallow copy of the current MarshalByRefObject object. (Inherited from System.MarshalByRefObject)
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed. (Inherited from MapGraphicLayer)
Protected MethodOnMapChanging Invoked when the Map is attached or Detached from the MapGraphicLayer. (Inherited from MapGraphicLayer)
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from MapGraphicLayer)
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer data has changed. (Inherited from MapGraphicLayer)
Public EventDisposedAdds an event handler to listen to the Disposed event on the component. (Inherited from System.ComponentModel.Component)
Public EventPropertyChanged Occurs when a property value changes. (Inherited from MapGraphicLayer)
Top

See Also