GM_BoundsType_t8 Enumeration
Define different type of bounding boxes to get

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

Syntax
C#
Copy
public enum GM_BoundsType_t8
Members
Member nameValueDescription
Bounds_Global0Full bounds in current global projection
Bounds_Export1Export bounds in current global projection
Bounds_DefaultView2Default view bounds in current global projection
Bounds_Native3 Full bounds in native layer projection
Bounds_NumTypes4 
See Also