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


The following tables list the members exposed by SdcMapLayer.

Public Constructors

 NameDescription
Public ConstructorSdcMapLayer Constructor Creates a new instance of SdcLayer class.  
Top

Public Properties

 NameDescription
Public PropertyDisplayExpression Gets or sets the where clause that limits the features being displayed. Only features that respect the where clause will be rendered. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyMaxScaleThe maximum scale this Maplayer will render at. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyMinScaleThe minimum scale this Maplayer will render at. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyNameGets or sets the MapLayer name. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyOwnerMap Gets the Map that owns the MapLayer (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertySpatialReferenceGets the data source's spatial reference. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertySupportPartialRedraw Indicates if the MapLayer supports partial redraw. This property is consumed by the Map. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyTransparencyGets or sets the MapLayer's transparency value in percentage. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public PropertyVisibleGets or sets the visibility flag for the MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Public Methods

 NameDescription
Public MethodGetExtentOverridden.  Gets the extent of the layer.  
Public MethodGetInitialExtentGets the MapLayer's initial extent. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public MethodInScaleRangeReturns true if the MapLayer is visible at the specified scale. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public MethodToStringReturns the name of the MapLayer in Map control. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Protected Methods

 NameDescription
Protected MethodDispose Releases the unmanaged resources used by the Layer and optionally releases the managed resources.  
Protected MethodDrawOverridden.  Draws the Layer onto the Map control.  
Protected MethodFinalize Finalizes the object. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodOnDataChanged Informed the Map the MapLayer data have changed. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodOnMapChanging Invoked when the MapLayer is attached or detached from a Map. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodOnPropertyChanged Raises the PropertyChanged event. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodRaiseDataSynchronizationFinished Indicates the Map that data synchronization finished for this MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Protected MethodRaiseDataSynchronizationStarted Indicates the Map that data synchronization started for this MapLayer. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

Public Events

 NameDescription
Public EventDataChangedOccurs when the MapLayer Data has changed. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Public EventPropertyChanged Occurs when a property value changes. (Inherited from ESRI.ArcGIS.Mobile.MapLayer)
Top

See Also