ESRI.ArcGIS.Mobile
IMap Interface Members
See Also  Properties  Methods  Send Feedback
ESRI.ArcGIS.Mobile Namespace : IMap Interface


The following tables list the members exposed by IMap.

Public Properties

 NameDescription
 PropertyBackColor Gets or sets the background color for the Map.  
 PropertyDrawingEnabled Returns true if the drawing is enabled.  
 PropertyInvokeRequired Gets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on.  
 PropertyIsValid Map Is valid  
 PropertyMapLayers Map Layers  
 PropertyRotationAngle Map Rotation Angle  
 PropertyScale Map Scale  
 PropertySnappingEnvironment Gets the SnappingEnvironment that's associated with current map.  
 PropertySpatialReference Spatial Reference  
 PropertyUnit Gets the map unit.  
Top

Public Methods

 NameDescription
 MethodCenterAtCenters the map at the specified location.  
 MethodDisableDrawing Disables the map drawing. This method is using an internal counter for the number of requests for disabling or enabling the drawing (see EnableDrawing).  
 MethodEnableDrawing Enables the map drawing. This is method is using a internal counter for the number of request for disabling or enabling the drawing. Only when there is no more request that the actual drawing is re-enabled (see DisableDrawing).  
 MethodGetExtent Map Extent  
 MethodGetFullExtentGets the full extent of the map as defined in its data source.  
 MethodGetMapDrawingCancelReference Returns the IntPtr to the bool indicating if the drawing has been cancelled. This method is used by MapLayer implementers if they are using native drawing for their MapLayer.  
 MethodGetRotatedExtent Rotated Extent of the Map  
 MethodInvoke Executes the specified delegate synchronously at the specified priority on the thread on which the GUI thread is associated with.  
 MethodSetExtentSets the visible rectangular extent of the map.  
 MethodSetFullExtent Sets the full extent of the map.  
 MethodToClientOverloaded.   
 MethodToMapOverloaded.   
Top

See Also