Click or drag to resize

GM_AreaVolumeParams_t Class

This type is used to provide the parameters for calculating cut-and-fill volumes within an area feature
Inheritance Hierarchy
SystemObject
  GlobalMapperGM_AreaVolumeParams_t

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

The GM_AreaVolumeParams_t type exposes the following members.

Constructors
  NameDescription
Public methodGM_AreaVolumeParams_t
Default Constructor
Top
Methods
  NameDescription
Public methodStatic memberSizeOf
Returns the size of the unmanaged structure
Top
Fields
  NameDescription
Public fieldmCutHeight
Cut height in meters above sea level
Public fieldmPoints
List of points in area in global coordinate system
Public fieldmSize
Size of structure
Public fieldmXSpacing
Sample spacing in the x direction in global units
Public fieldmYSpacing
Sample spacing in the y direction in global units
Top
See Also