SectionViewElevationMax Property

Gets or sets the maximum elevation of the section view.

Namespace: Autodesk.Civil.DatabaseServices
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntax
public double ElevationMax { 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 maximum elevation to be set is less than minimum elevation.
See Also