This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IU > IUniqueValuesDef Interface > IUniqueValuesDef.FieldDelimiter Property (ArcObjects .NET 10.4 SDK) |
Delimiter used to separate field values.
[Visual Basic .NET] Public Property FieldDelimiter As String
[C#] public string FieldDelimiter {get; set;}
[C++]
HRESULT get_FieldDelimiter(
BSTR* delimiter
);
[C++]
HRESULT put_FieldDelimiter(
BSTR delimiter
);
[C++]
Parameters delimiter [out, retval] delimiter is a parameter of type BSTR delimiter [in] delimiter is a parameter of type BSTR
When multiple fields are used, a FieldDelimiter is needed to separate values in the resultant IUniqueValueRenderer::Value. By default a comma (",") is used to separate them. In case a comma is a valid value in the one of those fields, you should set this property to use a different delimiter such as semi-color (";") as a value separator.