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


IMaplexLabelStackingProperties.MaximumNumberOfLines Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IM > IMaplexLabelStackingProperties Interface > IMaplexLabelStackingProperties.MaximumNumberOfLines Property
ArcGIS Developer Help

IMaplexLabelStackingProperties.MaximumNumberOfLines Property

Maximum number of lines on which the label may be stacked.

[Visual Basic .NET]
Public Property MaximumNumberOfLines As Integer
[C#]
public int MaximumNumberOfLines {get; set;}
[C++]
HRESULT get_MaximumNumberOfLines(
  System.Int32* limit
);
[C++]
HRESULT put_MaximumNumberOfLines(
  long limit
);
[C++]
Parameters
limit [out, retval]

limit is a parameter of type long* limit [in]
limit is a parameter of type long

Product Availability

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

See Also

IMaplexLabelStackingProperties Interface