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


IGPFieldMapping.Initialize Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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