ESRI.ArcGIS.ADF.IMS
ScaleSymbols Property
See Also 
ESRI.ArcGIS.ADF.IMS.Carto Namespace > ImageDescriptor Class : ScaleSymbols Property




Gets or sets whether the symbols on the image are scaled or not.

Syntax

Visual Basic (Declaration) 
Public Property ScaleSymbols As Boolean
Visual Basic (Usage)Copy Code
Dim instance As ImageDescriptor
Dim value As Boolean
 
instance.ScaleSymbols = value
 
value = instance.ScaleSymbols
C# 
public bool ScaleSymbols {get; set;}

Remarks

Determines whether to increase or decrease symbology in relative proportion to a map image as the image increases or decreases in size. Normally, symbols are drawn at the size specified in the configuration file, regardless of map size. This property allows symbols to scale larger as the image size increases. Use this property in combination with Height, Width and Dpi to set proper scales for symbols. For more information, see ArcIMS Help, in the ArcXML Guide's section on "Using GET_IMAGE and IMAGE with Image Services".

This property applies only to standard image services. The default is false.

See Also

© 2010 All Rights Reserved.