Gets or sets the vertical unit height for the view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 10.0.1111.0

Syntax

C#
public double VerticalUnitHeight { get; set; }
Visual Basic
Public Property VerticalUnitHeight As Double
	Get
	Set
Visual C++
public:
property double VerticalUnitHeight {
	double get ();
	void set (double value);
}

Exceptions

ExceptionCondition
System..::..ArgumentException
  1. Thrown when the input value in feet is out of interval [0.0004, 393.7008].
  2. Thrown when the input value in meter is out of interval [0.00001, 10].

See Also