This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelClassDescription Interface > ILabelClassDescription.UseCodedValue Property (ArcObjects .NET 10.4 SDK) |
Indicates whether Coded Value Should be used when displaying label expression.
[Visual Basic .NET] Public Property UseCodedValue As Boolean
[C#] public bool UseCodedValue {get; set;}
[C++]
HRESULT get_UseCodedValue(
VARIANT_BOOL* UseCodedValue
);
[C++]
HRESULT put_UseCodedValue(
VARIANT_BOOL UseCodedValue
);
[C++]
Parameters UseCodedValue [out, retval] UseCodedValue is a parameter of type VARIANT_BOOL UseCodedValue [in] UseCodedValue is a parameter of type VARIANT_BOOL