C3D.refresh

Previous  Next

 

nStatus = C3D.refresh( Fid       AS HANDLE, 

                       [nTimeout AS INTEGER=2000] ) AS INTEGER

 


 

Tells all connected processes and threads that the C3D file has been updated and their user interfaces may have to be updated.

 

The Timeout is specified in milliseconds.

 

Example:

 

C3D.refresh( Fid, 5000 )

 

END