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