OverviewMapViewUpdateOverviewMap Method  | 
  Updates the overview map. 
 
    Namespace: 
   Ptv.XServer.Controls.Map.Gadgets
    Assembly:
   Ptv.XServer.Controls.Map (in Ptv.XServer.Controls.Map.dll) Version: 1.7.10.0
Syntaxpublic void UpdateOverviewMap(
	bool animate
)
Public Sub UpdateOverviewMap ( 
	animate As Boolean
)
public:
void UpdateOverviewMap(
	bool animate
)
member UpdateOverviewMap : 
        animate : bool -> unit 
Parameters
- animate
 - Type: SystemBoolean
 Flag showing if the update is to be animated or not.  
See Also