ESRI.ArcGIS.ADF.ArcGISServer
ComputeScaleAsync(MapDescription,ImageDisplay) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > ComputeScaleAsync Method : ComputeScaleAsync(MapDescription,ImageDisplay) Method




MapDescription
MapImageDisplay

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ComputeScaleAsync( _
   ByVal MapDescription As MapDescription, _
   ByVal MapImageDisplay As ImageDisplay _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim MapDescription As MapDescription
Dim MapImageDisplay As ImageDisplay
 
instance.ComputeScaleAsync(MapDescription, MapImageDisplay)
C# 
public void ComputeScaleAsync( 
   MapDescription MapDescription,
   ImageDisplay MapImageDisplay
)

Parameters

MapDescription
MapImageDisplay

See Also

© 2010 All Rights Reserved.