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


IMaplexLabelStackingProperties.MaximumNumberOfCharsPerLine Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexLabelStackingProperties.MaximumNumberOfCharsPerLine Property

Maximum number of characters allowed on a line.

[Visual Basic .NET]
Public Property MaximumNumberOfCharsPerLine As Integer
[C#]
public int MaximumNumberOfCharsPerLine {get; set;}
[C++]
HRESULT get_MaximumNumberOfCharsPerLine(
  long* limit
);
[C++]
HRESULT put_MaximumNumberOfCharsPerLine(
  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