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


The following tables list the members exposed by SingleColorMapLayer.

Public Constructors

 NameDescription
Public ConstructorSingleColorMapLayer Constructor Create's a new instance of SingleColorMapLayer with default color Gray and Transparency set to 80 percentage  
Top

Public Properties

 NameDescription
Public PropertyColor Gets or Sets the color of this layer  
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 MapLayer)
Public PropertyMaxScaleThe maximum scale this Maplayer will render at. (Inherited from MapLayer)
Public PropertyMinScaleThe minimum scale this Maplayer will render at. (Inherited from MapLayer)
Public PropertyNameGets or sets the MapLayer name. (Inherited from MapLayer)
Public PropertyOwnerMap Gets the Map that owns the MapLayer (Inherited from MapLayer)
Public PropertySpatialReferenceOverridden. Gets the data source's spatial reference.  
Public PropertySupportPartialRedraw Indicates if the MapLayer supports partial redraw. This property is consumed by the Map. (Inherited from MapLayer)
Public PropertyTransparencyGets or sets the MapLayer's transparency value in percentage. (Inherited from MapLayer)
Public PropertyVisibleGets or sets the visibility flag for the MapLayer. (Inherited from MapLayer)
Top

Public Methods

 NameDescription
Public MethodGetExtentOverridden.  Get Extent  
Public MethodGetInitialExtentOverridden.  Get Initial Extent  
Public MethodInScaleRangeReturns true if the MapLayer is visible at the specified scale. (Inherited from MapLayer)
Public MethodToStringReturns the name of the MapLayer in Map control. (Inherited from MapLayer)
Top

Protected Methods

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

Public Events

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

See Also