ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService
GetScale Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.OGCWMSService Namespace > MapFunctionality Class : GetScale Method




extent
mapWidth
mapHeight
Display scale.

Syntax

Visual Basic (Declaration) 
Public Function GetScale( _
   ByVal extent As Envelope, _
   ByVal mapWidth As Integer, _
   ByVal mapHeight As Integer _
) As Double
Visual Basic (Usage)Copy Code
Dim instance As MapFunctionality
Dim extent As Envelope
Dim mapWidth As Integer
Dim mapHeight As Integer
Dim value As Double
 
value = instance.GetScale(extent, mapWidth, mapHeight)
C# 
public double GetScale( 
   Envelope extent,
   int mapWidth,
   int mapHeight
)

Parameters

extent
mapWidth
mapHeight

Return Value

Get/Set display scale.

Remarks

Accessor.

See Also

© 2010 All Rights Reserved.