IFieldInfo3 Interface

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

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.

IFieldInfo3.Alias Property

The alias for the field.

Public Property Alias As String
public string Alias {get; set;}

IFieldInfo3.AsString Property

The string representation of a given value based on the current field information.

Public Function get_AsString ( _
    ByVal Value As Object _
) As String
public string get_AsString (
    object Value
);

IFieldInfo3.Highlight Property

Indicates how the field should be presented.

Public Property Highlight As Boolean
public bool Highlight {get; set;}

Description

This property determines if the field is highlighted in clients that choose to implement it.

Remarks

Setting the value to true highlights the field name in yellow within the ArcMap identify and attributes window.

In the Arcmap UI this is set in the layer field properties dialog.

IFieldInfo3.NumberFormat Property

The number format for the field (invalid if non-numeric field).

Public Property NumberFormat As INumberFormat
public INumberFormat NumberFormat {get; set;}

IFieldInfo3.Readonly Property

Indicates how the field should be presented.

Public Property Readonly As Boolean
public bool Readonly {get; set;}

Description

This property determines if the field is read only in clients that choose to implement it.

Remarks

Setting the value to true will make the field read only in clients such as the ArcMap editor attribute window. This property only applies to clients that choose to implement it.

In the Arcmap UI this is set in the layer field properties dialog.

IFieldInfo3.ValueAsRatio Property

Indicates if the field value should be the ratio of itself.

Public Property ValueAsRatio As Boolean
public bool ValueAsRatio {get; set;}

IFieldInfo3.Visible Property

Indicates if the field is visible.

Public Property Visible As Boolean
public bool Visible {get; set;}

Classes that implement IFieldInfo3

Classes Description

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.