GM_GeoRegistrationOrderFlags_t8 Enumeration
Define how we should apply control points and/or GPS EXIF information from the images. These values are stored in workspace so don't change. Defaults should be 0.

Namespace:GlobalMapper.Lidar
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)

Syntax
C#
Copy
public enum GM_GeoRegistrationOrderFlags_t8
Members
Member nameValueDescription
GeoRegistration_GCPsBeforeSfM1Apply GCPs before we do SfM
GeoRegistration_NoExifIfGCPs2Don't apply EXIF information if GCPs are successfully applied
GeoRegistration_GCPsBeforeExif4Apply GCPs before EXIF rather than after
GeoRegistration_UseRobustReg8Use robust registration of EXIF location by default rather than using all points
GeoRegistration_DefaultFlags0
See Also

Reference