Gets or sets the vertical unit height for the view.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double VerticalUnitHeight { get; set; }
VB
Public Property VerticalUnitHeight As Double Get Set
C++
public: property double VerticalUnitHeight { double get (); void set (double value); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
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. |