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


IFieldInfo3 Interface (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Interfaces > IF > IFieldInfo3 Interface
ArcGIS Developer Help

IFieldInfo3 Interface

Provides access to properties that give extended information on the field.

Product Availability

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

Members

Name Description
Read/write property Alias The alias for the field.
Read-only property AsString The string representation of a given value based on the current field information.
Read/write property Highlight Indicates how the field should be presented.
Read/write property NumberFormat The number format for the field (invalid if non-numeric field).
Read/write property Readonly Indicates how the field should be presented.
Read/write property ValueAsRatio Indicates if the field value should be the ratio of itself.
Read/write property Visible Indicates if the field is visible.

Classes that implement IFieldInfo3

Classes Description
FieldInfo (esriCarto) Stores extended field information.