ESRI.ArcGIS.ADF.IMS
ReturnRelativeScale Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > MapView Class : ReturnRelativeScale Property




Gets or sets a property indicating if the relative scale of the map should be returned with the next draw request.

Syntax

Visual Basic (Declaration) 
Public Property ReturnRelativeScale As Boolean
Visual Basic (Usage)Copy Code
Dim instance As MapView
Dim value As Boolean
 
instance.ReturnRelativeScale = value
 
value = instance.ReturnRelativeScale
C# 
public bool ReturnRelativeScale {get; set;}

See Also

© 2010 All Rights Reserved.