Gets or sets the vertical unit height for the view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: 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
Exception | Condition |
---|
System..::..ArgumentException | - Thrown when the input value in feet is out of interval [0.0004, 393.7008].
- Thrown when the input value in meter is out of interval [0.00001, 10].
|
See Also