Whether a cached view of every layer is stored in memory.

Supported values:

-1 : A cached view is stored for each layers. This provides the best performance, but can use a lot of memory if there are many layers

0 : No cached views of layers are stored. This uses the least memory

>0 : Specifies a maximum number of cached views to store

Default: 0

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public int LayersCaching { get; set; }
Public Property LayersCaching As Integer
	Get
	Set
public:
property int LayersCaching {
	int get ();
	void set (int value);
}

See Also