ArcGIS API for Silverlight - Library Reference
GetInterpolatedSymbol Method
See Also  Send comments on this topic
ESRI.ArcGIS.Client Namespace > TimeClassBreaksAger Class : GetInterpolatedSymbol Method

symbol
The symbol to interpolate.
graphic
The graphic/feature being rendered.
startValue
The start value in Ticks.
endValue
The end value in Ticks.
objectValue
The object value in Ticks.
Gets the interpolated symbol.

Syntax

Visual Basic (Declaration) 
Public Function GetInterpolatedSymbol( _
   ByVal symbol As Symbol, _
   ByVal graphic As Graphic, _
   ByVal startValue As Double, _
   ByVal endValue As Double, _
   ByVal objectValue As Double _
) As Symbol
C# 
public Symbol GetInterpolatedSymbol( 
   Symbol symbol,
   Graphic graphic,
   double startValue,
   double endValue,
   double objectValue
)

Parameters

symbol
The symbol to interpolate.
graphic
The graphic/feature being rendered.
startValue
The start value in Ticks.
endValue
The end value in Ticks.
objectValue
The object value in Ticks.

Return Value

Interpolated symbol

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.