Community Analyst API for Silverlight 2.2 Reference
EnsureArrayOfUniqueStrings Method
See Also  Send Feedback
ESRI.ArcGIS.Client.BACore.Client Namespace > BATaskUtils Class : EnsureArrayOfUniqueStrings Method

allValues
A dictionary to collect unique values in.
obj
An object to get the property value from.
name
A name of property containing tested array of strings.

Glossary Item Box

Ensures that an array contains unique string values that not appeared before.

Syntax

 
Visual Basic (Declaration)
C#
 
 

Parameters

allValues
A dictionary to collect unique values in.
obj
An object to get the property value from.
name
A name of property containing tested array of strings.

Return Value

True if the state of allValues array was changed (a value was added).

Exceptions

ExceptionDescription
BARequestErrorThe input array contains an empty or duplicated value.

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.