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


IMaplexOverposterLayerProperties4.TruncationPreferredCharacters 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.TruncationPreferredCharacters Property
ArcGIS Developer Help

IMaplexOverposterLayerProperties4.TruncationPreferredCharacters Property

The preferred characters used by the truncation strategy.

[Visual Basic .NET]
Public Property TruncationPreferredCharacters As String
[C#]
public string TruncationPreferredCharacters {get; set;}
[C++]
HRESULT get_TruncationPreferredCharacters(
  System.String* characters
);
[C++]
HRESULT put_TruncationPreferredCharacters(
  BSTR characters
);
[C++]
Parameters
characters [out, retval]

characters is a parameter of type BSTR* characters [in]
characters is a parameter of type BSTR

Product Availability

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

See Also

IMaplexOverposterLayerProperties4 Interface