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


INestedLegendItem.LabelEnds Property (ArcObjects .NET 10.6 SDK)
ArcObjects Library Reference (Carto)  

INestedLegendItem.LabelEnds Property

Indicates if only the first and last markers are labeled.

[Visual Basic .NET]
Public Property LabelEnds As Boolean
[C#]
public bool LabelEnds {get; set;}
[C++]
HRESULT get_LabelEnds(
  VARIANT_BOOL LabelEnds
);
[C++]
HRESULT put_LabelEnds(
  Boolean* LabelEnds
);
[C++]

Parameters LabelEnds [in]
LabelEnds is a parameter of type bool LabelEnds [out, retval]
LabelEnds is a parameter of type bool*

Product Availability

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

See Also

INestedLegendItem Interface