ESRI.ArcGIS.ADF.Web
DefaultSymbol Property
See Also 
ESRI.ArcGIS.ADF.Web.Display.Renderer Namespace > Generic ValueMapRenderer 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.

See Also

© 2010 All Rights Reserved.