Gets or sets the vertical scale of the profile view or section view.
Namespace: Autodesk.Civil.DatabaseServices.StylesAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.4.2516.0
Syntax
| C# |
|---|
public double VerticalScale { get; set; } |
| Visual Basic |
|---|
Public Property VerticalScale As Double
Get
Set |
| Visual C++ |
|---|
public:
property double VerticalScale {
double get ();
void set (double value);
} |
Remarks
Exceptions
| Exception | Condition |
|---|
| System..::..ArgumentException |
Thrown when the input is less than or equal to 0.00
|
| System..::..InvalidOperationException |
Thrown when the GraphStyle is obtained from a MassHaulViewStyle.
|
See Also