GM_PathProfileLOSFlags_t32 Enumeration |
Flags to control the behavior of path profile/line of sight analysis
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
Copy
public enum GM_PathProfileLOSFlags_t32

Member name | Value | Description | |
---|---|---|---|
PathProfile_LOSValid | 1 | Perform line-of-sight analysis | |
PathProfile_LOSIgnoreEndpoints | 2 | Ignore endpoints when performing line-of-sight analysis (i.e. end points can't block line of sight) | |
PathProfile_LOSFromHeightAbsolute | 4 | Line-of-sight from height is absolute height above sea level rather than height above ground | |
PathProfile_LOSToHeightAbsolute | 8 | Line-of-sight to height is absolute height above sea level rathern than height above ground | |
PathProfile_IgnoreEarthCurvature | 16 | Ignore earth curvature in any line-of-sight analysis |
