CurrentHorizontalScale Property

Gets the plotted size of graph horizontal scale from draw setting.

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

Syntax

C#

public double CurrentHorizontalScale { get; }

Visual Basic

Public ReadOnly Property CurrentHorizontalScale As Double
	Get

Visual C++

public:
property double CurrentHorizontalScale {
	double get ();
}

Exceptions

ExceptionCondition
System.InvalidOperationException Thrown when the GraphStyle is obtained from a MassHaulViewStyle.

See Also