ESRI.ArcGIS.ADF.ArcGISServer
BeginExportScaledImage Method
See Also 
ESRI.ArcGIS.ADF.ArcGISServer Namespace > ImageServerProxy Class : BeginExportScaledImage Method




ImageDescription
ImageType
callback
asyncState

Syntax

Visual Basic (Declaration) 
Public Function BeginExportScaledImage( _
   ByVal ImageDescription As GeoImageDescription, _
   ByVal ImageType As ImageType, _
   ByVal callback As AsyncCallback, _
   ByVal asyncState As Object _
) As IAsyncResult
Visual Basic (Usage)Copy Code
Dim instance As ImageServerProxy
Dim ImageDescription As GeoImageDescription
Dim ImageType As ImageType
Dim callback As AsyncCallback
Dim asyncState As Object
Dim value As IAsyncResult
 
value = instance.BeginExportScaledImage(ImageDescription, ImageType, callback, asyncState)
C# 
public IAsyncResult BeginExportScaledImage( 
   GeoImageDescription ImageDescription,
   ImageType ImageType,
   AsyncCallback callback,
   object asyncState
)

Parameters

ImageDescription
ImageType
callback
asyncState

See Also

© 2010 All Rights Reserved.