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


The following tables list the members exposed by MapLayer.

Public Properties

 NameDescription
Public PropertyFullExtent Gets the MapLayer full extent.  
Public PropertyInitialExtent Gets the MapLayer initial extent.  
Public PropertyMap Gets the Map that owns the MapLayer  
Public PropertyMaxScaleThe maximum scale this Maplayer will render at.  
Public PropertyMinScaleThe minimum scale this Maplayer will render at.  
Public PropertyNameGets or sets the MapLayer name.  
Public PropertyOpacity The value of the Opacity property is expressed as a value between 0.0 and 1.0. The default value is 1.0.  
Public PropertySpatialReferenceGets the data source's spatial reference.  
Public PropertySupportPartialRedraw Indicates if the MapLayer supports partial redraw. This property is consumed by the Map.  
Public PropertyVisibleGets or sets the visibility flag for the MapLayer.  
Top

Public Methods

 NameDescription
Public MethodInScaleRangeReturns true if the MapLayer is visible at the specified scale.  
Public MethodToStringOverridden. Returns the name of the MapLayer in Map control.  
Top

Protected Methods

 NameDescription
Protected MethodDispose Dispose the object.  
Protected MethodDraw Invoked by the Map during a drawing process.  
Protected MethodFinalizeOverridden.  Finalizes the object.  
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed.  
Protected MethodOnMapChanging Invoked when the MapLayer is attached or detached from a Map.  
Protected MethodOnPropertyChanged Raises the PropertyChanged event.  
Protected MethodRaiseDataSynchronizationFinished Indicates the Map that data synchronization finished for this MapLayer.  
Protected MethodRaiseDataSynchronizationStarted Indicates the Map that data synchronization started for this MapLayer.  
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer Data has changed.  
Public EventPropertyChanged Occurs when a property value changes.  
Top

See Also

© 2013 All Rights Reserved.