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

An interface for generating ESRI.ArcGIS.Client.Symbols.Symbols used to represent the interpolation (i.e. a gradual change) of features across a Map.TimeExtent for a FeatureLayer.

Syntax

Visual Basic (Declaration) 
Public Interface ISymbolInterpolator 
C# 
public interface ISymbolInterpolator 

Remarks

There are two Classes that implement the ISymbolInterpolator Interface that are used to graduate the symbology across a time span, they are: the RampInterpolator and the TimeClassBreaksAger. See these two classes for code examples and further description.

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.