Gets the scale of the current map.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Gets the scale of the current map.")>
<BrowsableAttribute(False)>
<DesignerSerializationVisibilityAttribute()>
Public Overridable ReadOnly Property Scale As Double |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Map
Dim value As Double
value = instance.Scale
|
| C# | |
|---|
[ResDescriptionAttribute("Gets the scale of the current map.")]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute()]
public virtual double Scale {get;} |
Return Value
Scale of map expressed as a decimal fraction.
Remarks
See Also