GM_GridLayout_t Structure |
This type represents layout information for a new elevation grid layer
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)

C#
public struct GM_GridLayout_t
The GM_GridLayout_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 | |
---|---|---|
![]() | mBytesPerRow | Number of bytes per row of data in data buffer. If 0 this will be calculated for you. |
![]() | mElevUnits | Elevation units |
![]() | mFlags | General flags for layout. |
![]() | mNoDataValue | Value of samples for which the value isn't known (i.e. -9999.9) |
![]() | mNumSamplesX | Number of pixels in the x direction |
![]() | mNumSamplesY | Number of pixels in the y direction |
![]() | mReserved1 | Reserved for alignment purposes |
![]() | mReserved2 | Reserved for alignment purposes |
![]() | mTopLeft | Ground coordinates of center of the top left pixel |
![]() | mValType | Band value type |
![]() | mXSpacing | Spacing of sample cells in the X direction |
![]() | mYSpacing | Spacing of sample cells in the Y direction |
