MinmumElevation Property

Gets the minimum elevation of the Section.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0

Syntax

C#

public double MinmumElevation { get; }

Visual Basic

Public ReadOnly Property MinmumElevation As Double
	Get

Visual C++

public:
property double MinmumElevation {
	double get ();
}

Exceptions

ExceptionCondition
[!:System.InvalidOperationException] Thrown when MinmumElevation is not supported by current Section.

See Also