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


IGPFieldMapping.Initialize Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMapping Interface > IGPFieldMapping.Initialize Method
ArcGIS Developer Help

IGPFieldMapping.Initialize Method

Initializes the field map object using the field information from the given table/workspace.

[Visual Basic .NET]
Public Sub Initialize ( _
    ByVal DETables As IArray, _
    ByVal Workspace As IWorkspace _
)
[C#]
public void Initialize (
    IArray DETables,
    IWorkspace Workspace
);
[C++]
HRESULT Initialize(
  IArray* DETables,
  IWorkspace* Workspace
);
[C++]
Parameters
DETables [in]

DETables is a parameter of type IArray* Workspace [in]
Workspace is a parameter of type IWorkspace*

Product Availability

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

See Also

IGPFieldMapping Interface