| GM_ContourParams_t Structure |
This type is used to provide the parameters for generating contours
Namespace:GlobalMapper.Types
Assembly: GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 18.0.0.0 (18.0.0.0)
C#
public
struct
GM_ContourParams_t
The GM_ContourParams_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 | |
|---|---|---|
| mContourInterval | Contour interval | |
| mDesc | Contour layer description | |
| mSimpThreshold | Simplification threshold, use 0.0 for no simplification | |
| mSize | Size of structure | |
| mXSpacing | Sample spacing in the x direction | |
| mYSpacing | Sample spacing in the y direction |
| Name | Description | |
|---|---|---|
| mContourBounds | Bounds of contour lines to create. Pass empty rectangle to use entirety of passed in layer(s). | |
| mCreateFromAbove | ADVANCED: Create contours as we from above to contour rather than from contour to below. | |
| mDisableSmoothing | Do not smooth the generated contour lines to improve their appearance | |
| mGenerateAreas | Generate iso-height areas in addition to contour lines | |
| mGenerateSpotElevs | Generate spot elevation points at minimum and maximum elevations | |
| mIntervalInFeet | Set to TRUE if the contour interval is in feet rather than meters | |
| mNumberOnlyLabels | Only include the value (and not the units string) in the contour labels | |
| mShowProgress | Display contour generation progress dialog | |
| mSingleLevelOnly | Only create a single contour level rather than treating as interval |