EssentialsLayerInfoIsVisibile Property

Note: This API is now obsolete.

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
[ObsoleteAttribute("Use IsVisible")]
public bool IsVisibile { get; set; }

Property Value

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