Responder Developer Guide
Refresh Method (IExplorerData)


if true a full load of the data is retrieved. If false only changes are retrieved and applied.
Updates the content of the data from the server
Syntax
'Declaration
 
Sub Refresh( _
   ByVal refreshAll As Boolean _
) 
'Usage
 
Dim instance As IExplorerData
Dim refreshAll As Boolean
 
instance.Refresh(refreshAll)
void Refresh( 
   bool refreshAll
)

Parameters

refreshAll
if true a full load of the data is retrieved. If false only changes are retrieved and applied.
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

IExplorerData Interface
IExplorerData Members

 

 


Send Comment