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

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

Syntax
C#
                                    public
                                    struct
                                    GM_GridCombineSetup_t
                                

The GM_GridCombineSetup_t type exposes the following members.

Methods
NameDescription
Public methodEquals
Indicates whether this instance and a specified object are equal.
(Inherited from ValueType .)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from ValueType .)
Public methodGetType
Gets the type of the current instance.
(Inherited from Object .)
Public methodToString
Returns the fully qualified type name of this instance.
(Inherited from ValueType .)
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
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
See Also