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


IGpDescribeField.GetField Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeField Interface > IGpDescribeField.GetField Method
ArcGIS Developer Help

IGpDescribeField.GetField Method

Get the initial field value.

[Visual Basic .NET]
Public Function GetField ( _
) As IField
[C#]
public IField GetField (
);
[C++]
HRESULT GetField(
void
);

Product Availability

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

See Also

IGpDescribeField Interface