Refresh

Automatically refreshes the raster layer after a set interval of time. Set the AutoRefreshTimeInterval to 0 for a one time refresh operation.

 

JavaScript

 

 

 

Refresh(

       AutoRefreshTimeInterval)

 

C#

 

 

 

void Refresh(

       int AutoRefreshTimeInterval)

 

C++

 

 

 

 

HRESULT Refresh(

       int AutoRefreshTimeInterval)

 

Parameters

AutoRefreshTimeInterval

The frequency (in seconds) of the auto refresh. Valid values range from 10-36000. Set the AutoRefreshTimeInterval to 0 for a one time refresh operation.

Exceptions

See: HRESULT Return Values for a list of possible values returned by the HRESULT.