SectionViewElevationMin Property

Gets or sets the minimum elevation of the section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double ElevationMin { get; set; }

Property Value

Double
Exceptions
ExceptionCondition
[!:System.InvalidOperationException] Thrown when setting the elevation with elevation range selected to automatic.
[!:System.ArgumentException] Thrown when the minimum elevation to be set is greater than maximum elevation.
See Also