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


IMaplexOverposterLayerProperties4.TruncationMinimumLength Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties4.TruncationMinimumLength Property

The minimum length of a label used by the truncation strategy.

[Visual Basic .NET]
Public Property TruncationMinimumLength As Integer
[C#]
public int TruncationMinimumLength {get; set;}
[C++]
HRESULT get_TruncationMinimumLength(
  long* Length
);
[C++]
HRESULT put_TruncationMinimumLength(
  long Length
);
[C++]

Parameters Length [out, retval] Length is a parameter of type long Length [in] Length is a parameter of type long

Product Availability

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

See Also

IMaplexOverposterLayerProperties4 Interface