Indicates how the field should be presented.
[Visual Basic .NET] Public Property Highlight As Boolean
[C#] public bool Highlight {get; set;}
[C++]
HRESULT get_Highlight(
VARIANT_BOOL* Highlight
);
[C++]
HRESULT put_Highlight(
VARIANT_BOOL Highlight
);
[C++]Parameters
Highlight [out, retval] Highlight is a parameter of type VARIANT_BOOL Highlight [in] Highlight is a parameter of type VARIANT_BOOL
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.
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.