Gets a value indicating whether the Layer is connected to an underlying data source.

Namespace:  ESRI.ArcGISExplorer.Mapping

Assembly:  ESRI.ArcGISExplorer (in ESRI.ArcGISExplorer.dll) Version: 2.0.0.1500 (2.0.0.1500)

Syntax

C#
public bool IsConnected { get; }
Visual Basic (Declaration)
Public ReadOnly Property IsConnected As Boolean

Field Value

trueTruetruetrue (True in Visual Basic) if the Layer is connected; otherwise, falseFalsefalsefalse (False in Visual Basic).

See Also