ArcObjects Library Reference (Carto)  

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(
  BSTR* 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