![]() ![]() |
ESRI.ArcGIS.ADF.Web.UI.WebControls | |
DrawMapImage Method | |
See Also Send Feedback |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace > DataNotAvailableDrawingUtility Class : DrawMapImage Method |
- width
- Width of the output image.
- height
- Height of the output image.
- resourceName
- Name of the resource that is not available.
- resourceIndex
- Index of the resource.
Visual Basic (Declaration) | |
---|---|
Public Shared Function DrawMapImage( _ ByVal width As Integer, _ ByVal height As Integer, _ ByVal resourceName As String, _ ByVal resourceIndex As Integer _ ) As ESRI.ArcGIS.ADF.Web.MapImage |
Visual Basic (Usage) | ![]() |
---|---|
Dim width As Integer Dim height As Integer Dim resourceName As String Dim resourceIndex As Integer Dim value As ESRI.ArcGIS.ADF.Web.MapImage value = DataNotAvailableDrawingUtility.DrawMapImage(width, height, resourceName, resourceIndex) |
C# | |
---|---|
public static ESRI.ArcGIS.ADF.Web.MapImage DrawMapImage( int width, int height, string resourceName, int resourceIndex ) |
Parameters
- width
- Width of the output image.
- height
- Height of the output image.
- resourceName
- Name of the resource that is not available.
- resourceIndex
- Index of the resource.
Return Value
MapImage with the data-not-available image as MimeData.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