UseCustomNullElevation Property

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.4.208.0

Syntax

C#

public bool UseCustomNullElevation { get; }

Visual Basic

Public ReadOnly Property UseCustomNullElevation As Boolean
	Get

Visual C++

public:
property bool UseCustomNullElevation {
	bool get ();
}

See Also