This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldMapping Interface > IGPFieldMapping.Initialize Method (ArcObjects .NET 10.4 SDK) |
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