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

attributes
Attributes of a graphic feature.
name
Name of requested attribute field.

Glossary Item Box

Gets the given feature attribute as a double precision number.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

attributes
Attributes of a graphic feature.
name
Name of requested attribute field.

Return Value

Value of the attribute.

Remarks

If the attribute value is missing, it is converted to zero or NaN depending on the value of ShowMissingValuesAsZeroes property of an associated thematic layer. If the attribute value is null (this is the special case of supressions in data), the NaN value is returned.

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.