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


INestedLegendItem.LabelEnds Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IN > INestedLegendItem Interface > INestedLegendItem.LabelEnds Property
ArcGIS Developer Help

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