You are here: Symbol Reference
Symbol Reference
> Ofcas.Lk.Api.Shared Namespace > Structs, Records, Enums > Ofcas.Lk.Api.Shared.LevelOfDetail Enumeration
Close
Ofcas.Lk.Api.Client - Version 3.0
Ofcas.Lk.Api.Shared.LevelOfDetail Enumeration

Represents the level of detail of the returned elevation information.

Syntax
C#
public enum LevelOfDetail : byte { Unknown = 0, Overview = 1, Detailed = 2 }
Members
Description
Unknown = 0
Unknown level of detail.
Overview = 1
The overview contains the basic information of the elevation.
Detailed = 2
The detailed information contain the cut angle and other extended information.
Copyright © 2020. All rights reserved.