This document is archived and information here might be outdated. Recommended version. |
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(
Boolean* Highlight
);
[C++]
HRESULT put_Highlight(
VARIANT_BOOL Highlight
);
[C++] Parameters Highlight [out, retval]
Highlight is a parameter of type bool* Highlight [in]
Highlight is a parameter of type bool
This property determines if the field is highlighted in clients that choose to implement it.
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.