ArcGIS Developer Help  (Carto)    

IBasicGeoprocessor.Merge Method

Merges features.

[Visual Basic 6.0]
Function Merge(
    ByVal tables As IArray, _
    ByVal fieldsTable As ITable, _
    ByVal outputName As IFeatureClassName _
) As IFeatureClass
[Visual Basic .NET]
Public Function Merge ( _
    ByVal tables As IArray, _
    ByVal fieldsTable As ITable, _
    ByVal outputName As IFeatureClassName _
) As IFeatureClass
[C#]
public IFeatureClass Merge (
    IArray tables,
    ITable fieldsTable,
    IFeatureClassName outputName
);
[Java]
public IFeatureClass merge (
    IArray tables,
    ITable fieldsTable,
    IFeatureClassName outputName
)
throws
    IOException,
    AutomationException
[C++]
HRESULT Merge(
  IArray* tables,
  ITable* fieldsTable,
  IFeatureClassName* outputName,
  IFeatureClass** resultFC
);
[C++]

Parameters

tables [in]

  tables is a parameter of type IArray

fieldsTable [in]

  fieldsTable is a parameter of type ITable

outputName [in]

  outputName is a parameter of type IFeatureClassName

resultFC [out, retval]

  resultFC is a parameter of type IFeatureClass

Product Availability

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

Description

Merge combines layers of the same geometry type into a single feature class.

Remarks

The fieldsTable object refers to the specified input table that defines the fields to be used in the output.

See Also

IBasicGeoprocessor Interface

 


Feedback Send feedback on this page