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


IGPFieldInfo2.SetMergeRule Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo2.SetMergeRule Method

Sets the merge rule of the specified field in the field info object.

[Visual Basic .NET]
Public Sub SetMergeRule ( _
    ByVal Index As Integer, _
    ByVal Merge As esriGPFieldMapMergeRule _
)
[C#]
public void SetMergeRule (
    int Index,
    esriGPFieldMapMergeRule Merge
);
[C++]
HRESULT SetMergeRule(
  long Index,
  esriGPFieldMapMergeRule Merge
);
[C++]

Parameters Index [in] Index is a parameter of type long Merge [in]
Merge is a parameter of type esriGPFieldMapMergeRule

Product Availability

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

See Also

IGPFieldInfo2 Interface