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

Gets or sets the range of size’s applied to a Symbol being rendered via the RampInterpolator for a set of temporal features in a FeatureLayer as defined by the Map.TimeExtent.

Syntax

Visual Basic (Declaration) 
Public Property SizeRange As SizeRange
C# 
public SizeRange SizeRange {get; set;}

Remarks

The double that is used in the SizeRange.From and SizeRange.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.

SizeRange example for the symbol size ranging from 10 to 2.

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

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.