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


ILabelStyle2.OverposterLayerProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelStyle2 Interface > ILabelStyle2.OverposterLayerProperties Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

ILabelStyle2 Interface