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


IGpDescribeField.SetField Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Geoprocessing)  

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