Click or drag to resize

GM_EqualValueAreaSetup_t Class

This type is used to provide the parameters for performing Generate Areas from Equal Values process
Inheritance Hierarchy
SystemObject
  GlobalMapper.TypesGM_EqualValueAreaSetup_t

Namespace:  GlobalMapper.Types
Assembly:  GlobalMapperWrapperNET45 (in GlobalMapperWrapperNET45.dll) Version: 19.1.0.0 (19.1.0.0)
Syntax
public class GM_EqualValueAreaSetup_t

The GM_EqualValueAreaSetup_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_EqualValueAreaSetup_t
Default Constructor
Top
Fields
  NameDescription
Public fieldmAreaType
Area type to assign to area features
Public fieldmBounds
Bounds to create in (empty means all)
Public fieldmColorDist
Allowed fudge factor for colors
Public fieldmColorList
List of colors to consider (NULL for all)
Public fieldmColorListSize
Number of colors in the list of colors to consider
Public fieldmElevDist
Allowed difference for elevations
Public fieldmFlags
Flags controlling the operation
Public fieldmLayerDesc
Name of the resulting layer
Public fieldmSlopeDist
Allowed difference for slopes
Public fieldmValAttrFormat
Formatting string to use for value attribute (NULL is default, can be C-style format string like "RGB( %d, %d, %d )" or "#%02X%02X%02X"). Must have 3 values for color, 1 for slope or elevation.
Public fieldmValAttrName
Name of attribute to save value (color/elev/slope) in
Top
See Also