Click or drag to resize

GM_GridCombineSetup_t Structure

This type represents the input needed for creating a new grid layer by combining 2 input grid layers

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_GridCombineSetup_t

The GM_GridCombineSetup_t type exposes the following members.

Properties
  NameDescription
Public propertymLayer1
First input grid layer
Public propertymLayer2
Second input grid layer
Public propertymRectBounds
Bounding rectangle in current projection in which to perform operation. Keep at null rectangle (all zero values) to use default of intersection of input grid layers.
Top
Fields
  NameDescription
Public fieldmCombineOp
Combine operation
Public fieldmCompareVal
Compare value to use for operations that compare to a value
Public fieldmDesc
Grid description
Public fieldmElevUnits
Elevation units for new grid layer
Public fieldmFlags
Flags to control operation
Public fieldmXRes
X resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination)
Public fieldmYRes
Y resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination)
Top
See Also