An enumeration that specifies how the elevations of the DEM file are determined from the exported surface.
Namespace: Autodesk.Civil
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public enum ExportDetermineElevationType
VB
Public Enumeration ExportDetermineElevationType
C++
public enum class ExportDetermineElevationType
Members
| Member name | Value | Description |
|---|---|---|
| SampleSurfaceAtGridPoint | 0 | |
| Average | 1 |
