Esri Business Analyst Server API for Silverlight 2.2 Reference
MakeHighlightSymbol Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.ThematicMapping.ExtensionClasses Namespace > Highlighter Class : MakeHighlightSymbol Method

currentSymbol
Current symbol generated by renderer.

Glossary Item Box

Makes a highlight symbol from a current symbol and the ESRI.ArcGIS.Client.BACore.ThematicMapping.ExtensionClasses.BaseHighlighter.HighlightSymbol.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

currentSymbol
Current symbol generated by renderer.

Return Value

Highlight symbol.

Remarks

The base method at first tests that both the currentSymbol and ESRI.ArcGIS.Client.BACore.ThematicMapping.ExtensionClasses.BaseHighlighter.HighlightSymbol are of SimpleFillSymbol type. If not, the HighlightSymbol is returned.

If both symbols are of SimpleFillSymbol type, the output highlight symbol receives fill and border properties from the HighlightSymbol if they are specified in it or from currentSymbol if not.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2010-2012 Esri, Inc. All Rights Reserved.