Gets the minimum elevation of the Section.
Namespace: Autodesk.Civil.DatabaseServicesAssembly: 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
Exception | Condition |
---|---|
[!:System.InvalidOperationException] | Thrown when MinmumElevation is not supported by current Section. |