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


IGpDescribeField Interface (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
ArcGIS Developer Help

IGpDescribeField Interface

Provides access to the properties of a Geoprocessing Field Description object.

Product Availability

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

Members

Name Description
Read/write property AliasName Alias name of the field description.
Read/write property Domain Domain of the field description.
Read/write property Editable Indicates whether the field is editable.
Method GetField Get the initial field value.
Read/write property IsNullable Indicates whether the field supports NULL values.
Read/write property Length The length of the field.
Read/write property Name Name of the field description.
Read/write property Position Set the field position.
Read/write property Precision The precision of the field.
Read/write property Required Indicates whether the field is required.
Read/write property Scale The scale of the field.
Method SetField Set the initial field value.
Read/write property Type The data type of the field.

Classes that implement IGpDescribeField

Classes Description
GpDescribeField Geoprocessing DescribeField object.