|
| ESRI.ArcGIS.ADF.IMS | |
| Draw(SpatialReference) Method | |
| See Also | |
| ESRI.ArcGIS.ADF.IMS.Carto Namespace > View Class > Draw Method : Draw(SpatialReference) Method |
- newSpatialReference
- The new spatial reference properties for which you want the map redrawn.
| Visual Basic (Declaration) | |
|---|---|
Public Overloads MustOverride Function Draw( _ ByVal newSpatialReference As SpatialReference _ ) As CartoImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public abstract CartoImage Draw( SpatialReference 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.
See the implementations in MapView and LayoutView for specifics on how this
method works.