HOW TO
ArcWeb Services maps appear with a scale bar by default. Instructions provided describe how to request a map without scale bars.
Note:
The ArcWeb Services product line has been retired. ESRI recommends that customers who wish to create Web applications or use services similar to those that were available in ArcWeb Services transition to the capabilities of ArcGIS Server and ArcGIS Online.
Code:
Dim myScaleBarDescArray() As ScaleBarDesc = {}
myMapImageOptions.scaleBars = myScaleBarDescArray
Code:
ScaleBarDesc[] myScaleBarDescArray = {};
myMapImageOptions.scaleBars = myScaleBarDescArray;
Code:
ScaleBarDesc[] myScaleBarDescArray = {};
myMapImageOptions.scaleBars = myScaleBarDescArray;
Code:
<cfset myScaleBarDescArray = ArrayNew(0)>
<cfset myMapImageOptions.scaleBars = #myScaleBarDescArray#>
Article ID:000008397
Get help from ArcGIS experts
Download the Esri Support App