Gets or sets the vertical unit height for the view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.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
| Exception | Condition |
|---|
| 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