ESRI.ArcGIS.SpatialStatisticsTools
maximum_field_value Property
See Also  Send your comments to: Site Administrator | Terms of Use | PRIVACY | Copyright @ ESRI | Careers
ESRI.ArcGIS.SpatialStatisticsTools Namespace > CountRenderer Class : maximum_field_value Property




The maximum attribute value that will be rendered. Features with field values greater than this maximum value will not be drawn. (In, Optional)

Syntax

Visual Basic (Declaration) 
Public Property maximum_field_value As Double
Visual Basic (Usage)Copy Code
Dim instance As CountRenderer
Dim value As Double
 
instance.maximum_field_value = value
 
value = instance.maximum_field_value
C# 
public double maximum_field_value {get; set;}

See Also

© 2010 All Rights Reserved.