ArcGIS API for WPF - Library Reference
SizeRange Class
Members  See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace : SizeRange Class

Utility class used to define a range of interpolated sizes of a Symbol using a starting and ending pair of doubles.

Object Model

SizeRange Class

Syntax

Visual Basic (Declaration) 
Public Class SizeRange 
C# 
public class SizeRange 

Remarks

The SizeRange Class is used by the RampInterpolator.SizeRange Property for aging the symbology of temporal observations of a FeatureLayer. The size of a set of symbols is graduated between the From and Tovalues specified. The double that is used in the From and To Properties of the SizeRange are based in pixels. The newest temporal observation specified by the Map.TimeExtent matches the From size value. The oldest temporal observation specified by the Map.TimeExtent matches the To size value.

The following image provides a visual example of how a square Symbol would look via the RampInterpolator for the SizeRange Property that is graduated over five time periods as defined by the Map.TimeExtent.

Visual example of a SizeRange going from 10 to 2.

Code examples for using the SizeRange can be found in the RampInterpolator and TemporalRenderer Classes.

Inheritance Hierarchy

System.Object
   ESRI.ArcGIS.Client.SizeRange

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© ESRI, Inc. All Rights Reserved.