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

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

Syntax

Visual Basic (Declaration) 
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# 
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.
endValue
The end value.
objectValue
The object value.

Return Value

Interpolated symbol

Requirements

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

See Also

© ESRI, Inc. All Rights Reserved.