ESRI.ArcGIS.ADF.ArcGISServer
ExportScaleBarAsync(ScaleBar,MapDescription,ImageDisplay,Color,ImageDescription,Object) Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerProxy Class > ExportScaleBarAsync Method : ExportScaleBarAsync(ScaleBar,MapDescription,ImageDisplay,Color,ImageDescription,Object) Method




ScaleBar
MapDescription
MapDisplay
BackGroundColor
ImageDescription
userState

Syntax

Visual Basic (Declaration) 
Public Overloads Sub ExportScaleBarAsync( _
   ByVal ScaleBar As ScaleBar, _
   ByVal MapDescription As MapDescription, _
   ByVal MapDisplay As ImageDisplay, _
   ByVal BackGroundColor As Color, _
   ByVal ImageDescription As ImageDescription, _
   ByVal userState As Object _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerProxy
Dim ScaleBar As ScaleBar
Dim MapDescription As MapDescription
Dim MapDisplay As ImageDisplay
Dim BackGroundColor As Color
Dim ImageDescription As ImageDescription
Dim userState As Object
 
instance.ExportScaleBarAsync(ScaleBar, MapDescription, MapDisplay, BackGroundColor, ImageDescription, userState)
C# 
public void ExportScaleBarAsync( 
   ScaleBar ScaleBar,
   MapDescription MapDescription,
   ImageDisplay MapDisplay,
   Color BackGroundColor,
   ImageDescription ImageDescription,
   object userState
)

Parameters

ScaleBar
MapDescription
MapDisplay
BackGroundColor
ImageDescription
userState

See Also

© 2010 All Rights Reserved.