ESRI.ArcGIS.ADF.IMS
ScaleSymbols Property
See Also  Send Feedback
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.

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

© 2011 All Rights Reserved.