ViewOwnership Enumeration
Specifies whether a MapControl or application code owns a View that is connected to a MapControl.
Namespace: Carmenta.Engine
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum ViewOwnershipValues
| Value name | Value | Description |
|---|---|---|
| Application | 0 | Indicates that the application code owns the View. |
| MapControl | 1 | Indicates that the MapControl owns the View and will dispose it when the control is destroyed. |
Platforms
Windows, Linux, Android