ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer
GetGeoImageDescription Method
See Also 
ESRI.ArcGIS.ADF.Web.DataSources.ArcGISServer Namespace > ImageResourceDefinition Class : GetGeoImageDescription Method




extent
Extent to be set on the GeoImageDescription
width
Image width to be set on the GeoImageDescription
height
Image height to be set on the GeoImageDescription
Gets the GeoImageDescription with the passed in extent and image size.

Syntax

Visual Basic (Declaration) 
Public Function GetGeoImageDescription( _
   ByVal extent As Envelope, _
   ByVal width As Integer, _
   ByVal height As Integer _
) As GeoImageDescription
Visual Basic (Usage)Copy Code
Dim instance As ImageResourceDefinition
Dim extent As Envelope
Dim width As Integer
Dim height As Integer
Dim value As GeoImageDescription
 
value = instance.GetGeoImageDescription(extent, width, height)
C# 
public GeoImageDescription GetGeoImageDescription( 
   Envelope extent,
   int width,
   int height
)

Parameters

extent
Extent to be set on the GeoImageDescription
width
Image width to be set on the GeoImageDescription
height
Image height to be set on the GeoImageDescription

Return Value

GeoImageDescription with the passed in extent and image size

See Also

© 2010 All Rights Reserved.