This document is archived and information here might be outdated. Recommended version. |
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