EssentialsLayerInfoIsVisibile Property |
Note: This API is now obsolete.
Gets or sets a value indicating whether the Layer is set to visible.
Namespace: Geocortex.Essentials.ClientAssembly: Geocortex.EssentialsWpfApi (in Geocortex.EssentialsWpfApi.dll) Version: 2.19.1
Syntax[ObsoleteAttribute("Use IsVisible")]
public bool IsVisibile { get; set; }
<ObsoleteAttribute("Use IsVisible")>
Public Property IsVisibile As Boolean
Get
Set
Property Value
Type:
BooleanTrue if the layer is currently visible, false otherwise.
See Also