SuperelevationViewStyleVerticalUnitHeight Property

Gets or sets the vertical unit height for the view.

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

Property Value

Double
Exceptions
ExceptionCondition
ArgumentException Thrown when: 1. the input value is out of the range [0.00001, 10.0] if drawing unit type is Meters. 2. the input value is out of the range [0.0000328084, 32.8084] if drawing unit type is Feet.
See Also