Provides access to the properties of a Geoprocessing Field Description object.
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
Members
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 that implement IGpDescribeField
CoClasses and Classes | Description |
---|---|
GpDescribeField | Geoprocessing DescribeField object. |