Number of tiles that are stored temporarily in the process memory

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public int TilesInMemory { get; internal set; }
Visual Basic
Public Property TilesInMemory As Integer
	Get
	Friend Set
JScript
function get TilesInMemory () : int
internal function set TilesInMemory (value : int)

See Also