Determines if the connection is currently available (i.e., ready to provide the map data).

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

Syntax

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

See Also