ESRI.ArcGIS.ADF.ArcGISServer.Local
ExportScaleBarAsync(ScaleBar,MapDescription,ImageDisplay,Color,ImageDescription) Method
See Also  Send Feedback
ESRI.ArcGIS.ADF.ArcGISServer Namespace > MapServerDcomProxy 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 ESRI.ArcGIS.ADF.ArcGISServer.ScaleBar, _
   ByVal MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription, _
   ByVal MapDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay, _
   ByVal BackGroundColor As ESRI.ArcGIS.ADF.ArcGISServer.Color, _
   ByVal ImageDescription As ESRI.ArcGIS.ADF.ArcGISServer.ImageDescription _
) 
Visual Basic (Usage)Copy Code
Dim instance As MapServerDcomProxy
Dim ScaleBar As ESRI.ArcGIS.ADF.ArcGISServer.ScaleBar
Dim MapDescription As ESRI.ArcGIS.ADF.ArcGISServer.MapDescription
Dim MapDisplay As ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay
Dim BackGroundColor As ESRI.ArcGIS.ADF.ArcGISServer.Color
Dim ImageDescription As ESRI.ArcGIS.ADF.ArcGISServer.ImageDescription
 
instance.ExportScaleBarAsync(ScaleBar, MapDescription, MapDisplay, BackGroundColor, ImageDescription)
C# 
public void ExportScaleBarAsync( 
   ESRI.ArcGIS.ADF.ArcGISServer.ScaleBar ScaleBar,
   ESRI.ArcGIS.ADF.ArcGISServer.MapDescription MapDescription,
   ESRI.ArcGIS.ADF.ArcGISServer.ImageDisplay MapDisplay,
   ESRI.ArcGIS.ADF.ArcGISServer.Color BackGroundColor,
   ESRI.ArcGIS.ADF.ArcGISServer.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.