ESRI.ArcGIS.ADF.Web
DefaultSymbol Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > ValueMapRenderer<T> Class : DefaultSymbol Property




Gets or sets the symbol displayed for features with values not in the collection.

Syntax

Visual Basic (Declaration) 
Public Property DefaultSymbol As FeatureSymbol
Visual Basic (Usage)Copy Code
Dim instance As ValueMapRenderer(Of T)
Dim value As FeatureSymbol
 
instance.DefaultSymbol = value
 
value = instance.DefaultSymbol
C# 
public FeatureSymbol DefaultSymbol {get; set;}

Remarks

The default symbol is used to display features in the graphics layer that have values not found in the Values collection of renderer values. This symbol will also appear in the Toc (table of contents) for the map.

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.