SurfaceAnalysisContourDataMaximumElevation Property

Gets or sets the maximum elevation value for the range.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when the MaximumElevation value is less than MinimumElevation.
See Also