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


IGPFieldInfo.Merge Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

IGPFieldInfo.Merge Method

Merges the field information from the given table data element into the field info object.

[Visual Basic .NET]
Public Sub Merge ( _
    ByVal Table As IDETable _
)
[C#]
public void Merge (
    IDETable Table
);
[C++]
HRESULT Merge(
  IDETable* Table
);
[C++]

Parameters Table [in]
Table is a parameter of type IDETable

Product Availability

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

See Also

IGPFieldInfo Interface