SuperelevationViewStyleVerticalUnitHeight Property |
Gets or sets the vertical unit height for the view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.292
Syntaxpublic double VerticalUnitHeight { get; set; }
Public Property VerticalUnitHeight As Double
Get
Set
public:
property double VerticalUnitHeight {
double get ();
void set (double value);
}
Property Value
Double
ExceptionsException | 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.
|
See Also