SettingsUnitZoneDrawingScale Property |
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.8.0.292
Syntaxpublic double DrawingScale { get; set; }
Public Property DrawingScale As Double
Get
Set
public:
property double DrawingScale {
double get ();
void set (double value);
}
Property Value
Double
See Also