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


IGpDescribeField.SetField 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.SetField Method
ArcGIS Developer Help

IGpDescribeField.SetField Method

Set the initial field value.

[Visual Basic .NET]
Public Sub SetField ( _
    ByVal Field As IField _
)
[C#]
public void SetField (
    IField Field
);
[C++]
HRESULT SetField(
  IField* Field
);
[C++]
Parameters
Field [in]

Field is a parameter of type IField*

Product Availability

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

See Also

IGpDescribeField Interface