GM_CombineOpFlags_t32 Enumeration
Flags for combining terrain layers

Namespace:GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

Syntax
C#
Copy
public enum GM_CombineOpFlags_t32
Members
Member nameValueDescription
CombineOp_FillGaps1Fill small gaps in terrain layers
CombineOp_HideProgress2Hide progress for the operation
 CombineOp_FindOverlap3When counting layers, only count where all layers overlap (1 for valid from all, 0 otherwise)
See Also