EssentialsLayerInfoIsDynamic Property
Gets or sets a value indicating whether the layer is dynamic.

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

Property Value

Type: Boolean
true if layer is dynamic; otherwise false.
See Also