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


ILabelStyle2.OverposterLayerProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

ILabelStyle2.OverposterLayerProperties Property

The overposter properties, which specify how labels are placed relative to features.

[Visual Basic .NET]
Public Property OverposterLayerProperties As IOverposterLayerProperties
[C#]
public IOverposterLayerProperties OverposterLayerProperties {get; set;}
[C++]
HRESULT get_OverposterLayerProperties(
  IOverposterLayerProperties** props
);
[C++]
HRESULT putref_OverposterLayerProperties(
  IOverposterLayerProperties* props
);
[C++]

Parameters props [out, retval]
props is a parameter of type IOverposterLayerProperties props [in]
props is a parameter of type IOverposterLayerProperties

Product Availability

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

See Also

ILabelStyle2 Interface