ArcObjects Library Reference (Geoprocessing)  

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

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.

CoClasses that implement IGpDescribeField

CoClasses and Classes Description
GpDescribeField Geoprocessing DescribeField object.