ESRI.ArcGIS.ADF.ArcGISServer
ExportScaleBarAsync(ScaleBar,MapDescription,ImageDisplay,Color,ImageDescription) Method
See Also  Send Feedback
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

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2011 All Rights Reserved.