CoverageHint Enumeration
Specifies the possible values of Layer.CoverageHint, one of which asserts that the layer is fully opaque within its data coverage.
NuGet/Assembly: Carmenta.Engine.5.16.2.nupkg (in the CECore assembly)
Syntax
public enum CoverageHint
Values
Value name | Value | Description |
---|---|---|
Default | 0 | The layer visualization is not fully opaque. |
Opaque | 1 | The layer visualization is fully opaque within its data coverage, so earlier layers can be deactivated if this layer covers the entire view area. |
Remarks
For more details, see Layer.CoverageHint.
Platforms
Windows, Linux, Android