Gets or sets the visibility for the ServiceChildLayer in a map.

Namespace:  ESRI.ArcGISExplorer.Mapping

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

Syntax

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

Field Value

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

See Also