ESRI.ArcGIS.ADF.IMS
DefaultSymbol Property
See Also 
ESRI.ArcGIS.ADF.IMS.Display.Renderer Namespace > 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
Dim value As FeatureSymbol
 
instance.DefaultSymbol = value
 
value = instance.DefaultSymbol
C# 
public FeatureSymbol DefaultSymbol {get; set;}

Example

For an example of using this property, see the ValueMapRenderer() constructor .

Remarks

This symbol is used to depict on the map any features that are not found within the unique values or ranges defined in the Values collection.

See Also

© 2010 All Rights Reserved.