This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGPFieldInfo Interface > IGPFieldInfo.Initialize Method (ArcObjects .NET 10.4 SDK) |
Initializes the field info object using the field information from the given table/workspace.
[Visual Basic .NET] Public Sub Initialize ( _ ByVal Table As IDETable, _ ByVal Workspace As IDEWorkspace _ )
[C#] public void Initialize ( IDETable Table, IDEWorkspace Workspace );
[C++]
HRESULT Initialize(
IDETable* Table,
IDEWorkspace* Workspace
);
[C++]
Parameters Table [in]
Table is a parameter of type IDETable Workspace [in]
Workspace is a parameter of type IDEWorkspace