ESRI.ArcGIS.ADF.IMS
setImage Method
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class : setImage Method




image
The CartoImage object to use.
Sets the CartoImage after the map or layout is drawn.

Syntax

Visual Basic (Declaration) 
Protected Sub setImage( _
   ByVal image As CartoImage _
) 
Visual Basic (Usage)Copy Code
Dim instance As View
Dim image As CartoImage
 
instance.setImage(image)
C# 
protected void setImage( 
   CartoImage image
)

Parameters

image
The CartoImage object to use.

See Also

© 2010 All Rights Reserved.