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


IMaplexOverposterLayerProperties2.MaximumLabelOverrunUnit Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IMaplexOverposterLayerProperties2.MaximumLabelOverrunUnit Property

The maximum label overrun is interpreted to be in this unit.

[Visual Basic .NET]
Public Property MaximumLabelOverrunUnit As esriMaplexUnit
[C#]
public esriMaplexUnit MaximumLabelOverrunUnit {get; set;}
[C++]
HRESULT get_MaximumLabelOverrunUnit(
  esriMaplexUnit* unit
);
[C++]
HRESULT put_MaximumLabelOverrunUnit(
  esriMaplexUnit unit
);
[C++]

Parameters unit [out, retval]
unit is a parameter of type esriMaplexUnit unit [in]
unit is a parameter of type esriMaplexUnit

Product Availability

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

See Also

IMaplexOverposterLayerProperties2 Interface