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


IGPFieldInfo.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 > IGPFieldInfo Interface > IGPFieldInfo.Initialize Method
ArcGIS Developer Help

IGPFieldInfo.Initialize Method

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*

Product Availability

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

See Also

IGPFieldInfo Interface