This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Geoprocessing > ESRI.ArcGIS.Geoprocessing > Interfaces > IG > IGpDescribeField Interface (ArcObjects .NET 10.5 SDK) |
Provides access to the properties of a Geoprocessing Field Description object.
Description | ||
---|---|---|
AliasName | Alias name of the field description. | |
Domain | Domain of the field description. | |
Editable | Indicates whether the field is editable. | |
GetField | Get the initial field value. | |
IsNullable | Indicates whether the field supports NULL values. | |
Length | The length of the field. | |
Name | Name of the field description. | |
Position | Set the field position. | |
Precision | The precision of the field. | |
Required | Indicates whether the field is required. | |
Scale | The scale of the field. | |
SetField | Set the initial field value. | |
Type | The data type of the field. |
CoClasses and Classes | Description |
---|---|
GpDescribeField | Geoprocessing DescribeField object. |