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


IGPFieldInfo.Initialize Method (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Geoprocessing)  

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