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)

Syntax
C#
                                    public
                                    struct
                                    GM_ContourParams_t
                                

The GM_ContourParams_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 fieldmContourInterval
Contour interval
Public fieldmDesc
Contour layer description
Public fieldmSimpThreshold
Simplification threshold, use 0.0 for no simplification
Public fieldmSize
Size of structure
Public fieldmXSpacing
Sample spacing in the x direction
Public fieldmYSpacing
Sample spacing in the y direction
Top
Properties
NameDescription
Public propertymContourBounds
Bounds of contour lines to create. Pass empty rectangle to use entirety of passed in layer(s).
Public propertymCreateFromAbove
ADVANCED: Create contours as we from above to contour rather than from contour to below.
Public propertymDisableSmoothing
Do not smooth the generated contour lines to improve their appearance
Public propertymGenerateAreas
Generate iso-height areas in addition to contour lines
Public propertymGenerateSpotElevs
Generate spot elevation points at minimum and maximum elevations
Public propertymIntervalInFeet
Set to TRUE if the contour interval is in feet rather than meters
Public propertymNumberOnlyLabels
Only include the value (and not the units string) in the contour labels
Public propertymShowProgress
Display contour generation progress dialog
Public propertymSingleLevelOnly
Only create a single contour level rather than treating as interval
Top
See Also