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


INestedLegendItem.LabelEnds Property (ArcObjects .NET 10.5 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(
  VARIANT_BOOL LabelEnds
);
[C++]

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

Product Availability

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

See Also

INestedLegendItem Interface