Share

GraphStyle.VerticalScale Property

Gets or sets the vertical scale of the profile view or section view.



Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280

Syntax

C#

public double VerticalScale { get; set; }

VB

Public Property VerticalScale As Double
	Get
	Set

C++

public:
property double VerticalScale {
	double get ();
	void set (double value);
}

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the input is less than or equal to 0.00
InvalidOperationException Thrown when the GraphStyle is obtained from a MassHaulViewStyle.

Remarks

Vertical Scale (VS) = Current Horizontal Scale (HS) divided by Vertical Exaggeration (VX). The value of VerticalScale will be invalid when:
  1. The input value is out of the interval (0.00, 2000.00) in meteres drawing units.
  2. The input value is out of the interval (0.00, 6561.6797900262467191601049868766) in feet drawing units.

See Also

Reference

Was this information helpful?