Gets a boolean value that specifies whether to use the custome null elevation in the current adding DEM file operation.
Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public bool UseCustomNullElevation { get; }
VB
Public ReadOnly Property UseCustomNullElevation As Boolean Get
C++
public: property bool UseCustomNullElevation { bool get (); }