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


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

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(
  System.Int32* 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