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.

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.