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

attributes
Attributes of feature to get values from.
provider
Provider of thematic mapping attributes (can be null).
descriptionStyle
Value description style.

Glossary Item Box

Creates a list of fields describing value calculation properties.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

attributes
Attributes of feature to get values from.
provider
Provider of thematic mapping attributes (can be null).
descriptionStyle
Value description style.

Return Value

A new list of description fields.

Remarks

The table below shows the avaiability and precedence of the description fields which appear in the output list depending on the ValueDescriptionStyle used. The percentage, average-base and index-base description fields are appended to the output list if they are used in calculation of the thematic mapping value.
Field None Simple Short Long
"ID" no no yes yes
"Name" no no yes yes
"Value" no yes yes yes
"TMValueType" no no no yes
"TMVarID" no no no yes
"TMVarName" no no no yes
"TMVarValue" no no no yes
"PercentageVarID" no no no yes?
"PercentageVarName" no no no yes?
"PercentageVarValue" no no no yes?
"AverageBaseVarID" no no no yes?
"AverageBaseVarName" no no no yes?
"AverageBaseVarValue" no no no yes?
"IndexBaseValue" no no no yes?

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.