EssentialsLayerInfoIsVisible Property
Gets or sets a value indicating whether the Layer is set to visible.

Namespace: Geocortex.Essentials.Client
Assembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax
public bool IsVisible { get; set; }

Property Value

Type: Boolean
True if the layer is currently visible, false otherwise.
See Also