Share

GraphStyle.VerticalExaggeration Property

Gets or sets the graph vertical exaggeration factor.



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

Syntax

C#

public double VerticalExaggeration { get; set; }

VB

Public Property VerticalExaggeration As Double
	Get
	Set

C++

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

Property Value

Double

Exceptions

ExceptionCondition
ArgumentException Thrown when the input value is less than or equal to 0.0;

Remarks

The Current Horizontal Scale (HS) factor of the drawing is divided by the Vertical Scale value (VS) to obtain the profile view Vertical Exaggeration value (VX). The Vertical Scale value is calculated automatically after the VerticalExaggeration change. 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?