This document is archived and information here might be outdated.  Recommended version.


IGPFieldMap.JoinDelimiter Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldMap.JoinDelimiter Property

Get the join delimiter.

[Visual Basic .NET]
Public Property JoinDelimiter As String
[C#]
public string JoinDelimiter {get; set;}
[C++]
HRESULT get_JoinDelimiter(
  BSTR* Delimiter
);
[C++]
HRESULT put_JoinDelimiter(
  BSTR Delimiter
);
[C++]

Parameters Delimiter [out, retval] Delimiter is a parameter of type BSTR Delimiter [in] Delimiter is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGPFieldMap Interface