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)

C#
public struct GM_GridCombineSetup_t
The GM_GridCombineSetup_t type exposes the following members.

Name | Description | |
---|---|---|
![]() | Equals | Indicates whether this instance and a specified object are equal.
(Inherited from
ValueType
.)
|
![]() | GetHashCode | Returns the hash code for this instance.
(Inherited from
ValueType
.)
|
![]() | GetType | Gets the type of the current instance.
(Inherited from
Object
.)
|
![]() | ToString | Returns the fully qualified type name of this instance.
(Inherited from
ValueType
.)
|

Name | Description | |
---|---|---|
![]() | mCombineOp | Combine operation |
![]() | mCompareVal | Compare value to use for operations that compare to a value |
![]() | mDesc | Grid description |
![]() | mElevUnits | Elevation units for new grid layer |
![]() | mFlags | Flags to control operation |
![]() | mXRes | X resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) |
![]() | mYRes | Y resolution (in current proj units) to generate grid at (use 0.0 for auto-spacing determination) |

Name | Description | |
---|---|---|
![]() | mLayer1 | First input grid layer |
![]() | mLayer2 | Second input grid layer |
![]() | mRectBounds | 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. |
