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


ILabelClassDescription2.UseCodedValue Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelClassDescription2 Interface > ILabelClassDescription2.UseCodedValue Property
ArcGIS Developer Help

ILabelClassDescription2.UseCodedValue Property

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(
  Boolean* UseCodedValue
);
[C++]
HRESULT put_UseCodedValue(
  VARIANT_BOOL UseCodedValue
);
[C++]
Parameters
UseCodedValue [out, retval]

UseCodedValue is a parameter of type bool* UseCodedValue [in]
UseCodedValue is a parameter of type bool

Product Availability

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

See Also

ILabelClassDescription2 Interface