View.FlushCache Method
Flushes caches in the view.
FlushCache()
Flushes caches in the view.Syntax
public void FlushCache ()
Remarks
This methods flushes the caches in all layers and operators in the view. It does not flush dataset caches. Use this method when, for instance, a visualization has been changed in a layer that is buffered. Also call this method when you want to reclaim memory and other resources. It is also possible to call Layer.FlushCache at individual layers.
Platforms
Windows, Linux, Android