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.
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.4.2516.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); } |