ESRI.ArcGIS.ADF.Local
SymbolsAreGraduated Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.BaseClasses Namespace > BaseCustomGlobeLayer Class : SymbolsAreGraduated Property




Indicates if symbols are graduated.

Syntax

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

Remarks

For example the proportional symbol renderer returns True for this property. You can use this property to distinguish between a layer symbolized with graduated color or graduated symbol type layer symbology. Both of these symbolizations use a ClassBreaksRenderer, but only a graduated symbol symbolization will return True for this property.

See Also

© 2010 All Rights Reserved.