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