Click or drag to resize

GM_ContourParams_t Structure

This type is used to provide the parameters for generating contours

Namespace:  GlobalMapper
Assembly:  GlobalMapperWrapperNET (in GlobalMapperWrapperNET.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
C#
public struct GM_ContourParams_t

The GM_ContourParams_t type exposes the following members.

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
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
See Also