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


ILabelClassDescription2.LabelExpression 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.LabelExpression Property
ArcGIS Developer Help

ILabelClassDescription2.LabelExpression Property

The Label Expression.

[Visual Basic .NET]
Public Property LabelExpression As String
[C#]
public string LabelExpression {get; set;}
[C++]
HRESULT get_LabelExpression(
  System.String* LabelExpression
);
[C++]
HRESULT put_LabelExpression(
  BSTR LabelExpression
);
[C++]
Parameters
LabelExpression [out, retval]

LabelExpression is a parameter of type BSTR* LabelExpression [in]
LabelExpression is a parameter of type BSTR

Product Availability

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

See Also

ILabelClassDescription2 Interface