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


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

IGPFieldInfo2.GetMergeRule Method

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

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

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

Product Availability

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

See Also

IGPFieldInfo2 Interface