Description
Accesses the standard scale value as a floating point scale. Each enumerated value in the enum StdScaleType maps to a single floating point number. This method allows an application to retrieve a standard scale without having to do a table lookup to compute the scale value.
Visual Basic
Public Property StdScale() As double
C#
public double StdScale;
Conditions
Read-only
Links
PlotSettings Class, Autodesk.AutoCAD.DatabaseServices Namespace