ArcFM Responder Mobile Developer Guide
RefreshRegion Method






Refreshes the region so that all views will be displayed in the region. If you are adding multiple views synchronously this should only be called once.
Syntax
'Declaration
 
Sub RefreshRegion() 
'Usage
 
Dim instance As IPriorityViewService
 
instance.RefreshRegion()
void RefreshRegion()
procedure RefreshRegion(); 
function RefreshRegion();
void RefreshRegion(); 
void RefreshRegion(); 
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IPriorityViewService Interface
IPriorityViewService Members

Send Feedback