Esri Business Analyst Server API for Silverlight 2.2 Reference
Visibility Property
See Also  Send Feedback
ESRI.ArcGIS.Client.BAServer.Tasks.Utilities Namespace > GetSummarizationsParameters Class : Visibility Property

Glossary Item Box

List of names of attributes of summarization variables to be requested.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Remarks

Using this parameter you can request only those attributes of summarization variables which are necessary in your application. For example, new List<string>(){"Name","Alias"} value of this parameter specifies that a name and an alias name of every summarization variable will be received. You can also requiest a group of attributes using special group names:

Value Description
"$all" All attributes.
"$id" The "Name" attribute.
"$min" The "Name" and "Alias" attributes.
"$default" The "Name", "Alias", "Category", and "LongDescription" attributes.
"$thematic" Attributes required for thematic mapping.

If this list is empty, all attributes of summarization variables will be requested.

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.