VerticalUnitHeight Property

Gets or sets the vertical unit height for the view.

Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.208.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 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