Redraws the map with new spatial reference properties.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As View
Dim newSpatialReference As SpatialReference
Dim value As ESRI.ArcGIS.ADF.Web.CartoImage
value = instance.Draw(newSpatialReference) |
Parameters
- newSpatialReference
- The new spatial reference properties for which you want the map redrawn.
Return Value
New redrawn map image with specified spatial reference, in the form of a CartoImage object. Use CartoImage.Url to retrieve the image's URL.
Remarks
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