Gets the plotted size of graph horizontal scale from draw setting.
Namespace: Autodesk.Civil.DatabaseServices.Styles
Assembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.8.0.280
Syntax
C#
public double CurrentHorizontalScale { get; }
VB
Public ReadOnly Property CurrentHorizontalScale As Double Get
C++
public: property double CurrentHorizontalScale { double get (); }
Property Value
DoubleExceptions
Exception | Condition |
---|---|
InvalidOperationException | Thrown when the GraphStyle is obtained from a MassHaulViewStyle. |