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


IGpFieldMapObject.MergeRule Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGpFieldMapObject.MergeRule Property

Merge rule for the sub-fields.

[Visual Basic .NET]
Public Property MergeRule As String
[C#]
public string MergeRule {get; set;}
[C++]
HRESULT get_MergeRule(
  BSTR* rule
);
[C++]
HRESULT put_MergeRule(
  BSTR rule
);
[C++]

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

Product Availability

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

See Also

IGpFieldMapObject Interface