Gets the plotted size of various annotation-related components, such as label text, ticks, and band heights. If you change the scale, all annotation objects adjust accordingly.
Namespace: Autodesk.Civil.SettingsAssembly: AeccDbMgd (in AeccDbMgd.dll) Version: 13.2.3892.0
Syntax
C#
public double DrawingScale { get; set; }
Visual Basic
Public Property DrawingScale As Double
Get
Set
Visual C++
public: property double DrawingScale { double get (); void set (double value); }