ESRI.ArcGIS.ADF.IMS
TupleSeparator Property
See Also  Send Feedback
ESRI.ArcGIS.ADF.IMS.Administration Namespace > Environment Class : TupleSeparator Property




Gets or sets a delimiter used to separate lists of strings.

Syntax

Visual Basic (Declaration) 
Public Property TupleSeparator As Char
Visual Basic (Usage)Copy Code
Dim instance As Environment
Dim value As Char
 
instance.TupleSeparator = value
 
value = instance.TupleSeparator
C# 
public char TupleSeparator {get; set;}

Remarks

Identifies separators used between coordinate pairs and as separators for lists of strings in ArcXML requests to the server.

This property may be useful if multiple values are used in the value for a UniqueValue or a UniqueLabelValue within a renderer. The TupleSeparator would be used to separate multiple values assigned to a single renderer value object.

The Web ADF does not use this property for coordinate strings (coords) in geometry when requesting maps or data, instead using individual attributes for x and y coordinates and for coordinate pairs.

Separators are limited to one UNICODE character in length.

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

© 2011 All Rights Reserved.