Automatically releases runtime data for objects that are not within the currently visible display area (due to zooming/panning). Data is re-requested when an object re-enters the visible display area.

Namespace: Ico.Gwx
Assembly: GwxRuntimeCore (in GwxRuntimeCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ReleaseOutOfViewData { get; set; }
Visual Basic
Public Property ReleaseOutOfViewData As Boolean
	Get
	Set
JScript
function get ReleaseOutOfViewData () : boolean
function set ReleaseOutOfViewData (value : boolean)

See Also