Gets or sets the scale of the drawing view, returning the results in decimal format.
.NET Syntax
Visual Basic (Declaration) | |
---|
Property ScaleDecimal As Double |
Visual Basic (Usage) | |
---|
Dim instance As IView
Dim value As Double
instance.ScaleDecimal = value
value = instance.ScaleDecimal
|
C# | |
---|
double ScaleDecimal {get; set;} |
C++/CLI | |
---|
property double ScaleDecimal {
double get();
void set (double value);
} |
Return Value
Drawing view scale
Example
Remarks
See Also