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




ScaleBar
MapDescription
MapDisplay
BackGroundColor
ImageDescription

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 _
) 
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
 
instance.ExportScaleBarAsync(ScaleBar, MapDescription, MapDisplay, BackGroundColor, ImageDescription)
C# 
public void ExportScaleBarAsync( 
   ScaleBar ScaleBar,
   MapDescription MapDescription,
   ImageDisplay MapDisplay,
   Color BackGroundColor,
   ImageDescription ImageDescription
)

Parameters

ScaleBar
MapDescription
MapDisplay
BackGroundColor
ImageDescription

See Also

© 2010 All Rights Reserved.