Click or drag to resize

GM_PathProfileLOSFlags_t32 Enumeration

Flags to control the behavior of path profile/line of sight analysis

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public enum GM_PathProfileLOSFlags_t32
Members
  Member nameValueDescription
PathProfile_LOSValid1Perform line-of-sight analysis
PathProfile_LOSIgnoreEndpoints2Ignore endpoints when performing line-of-sight analysis (i.e. end points can't block line of sight)
PathProfile_LOSFromHeightAbsolute4Line-of-sight from height is absolute height above sea level rather than height above ground
PathProfile_LOSToHeightAbsolute8Line-of-sight to height is absolute height above sea level rathern than height above ground
PathProfile_IgnoreEarthCurvature16Ignore earth curvature in any line-of-sight analysis
See Also