ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties4.TruncationMarkerCharacter Property

The marker character used by the truncation strategy.

[Visual Basic .NET]
Public Property TruncationMarkerCharacter As String
[C#]
public string TruncationMarkerCharacter {get; set;}
[C++]
HRESULT get_TruncationMarkerCharacter(
  BSTR* marker
);
[C++]
HRESULT put_TruncationMarkerCharacter(
  BSTR marker
);
[C++]

Parameters

marker [out, retval]   marker is a parameter of type BSTR marker [in]   marker is a parameter of type BSTR

Product Availability

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

See Also

IMaplexOverposterLayerProperties4 Interface