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


IMapOverposter.OverposterProperties Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (Carto)  

IMapOverposter.OverposterProperties Property

The overposter the map will use for labeling.

[Visual Basic .NET]
Public Property OverposterProperties As IOverposterProperties
[C#]
public IOverposterProperties OverposterProperties {get; set;}
[C++]
HRESULT get_OverposterProperties(
  IOverposterProperties** OverposterProperties
);
[C++]
HRESULT putref_OverposterProperties(
  IOverposterProperties* OverposterProperties
);
[C++]

Parameters OverposterProperties [out, retval]
OverposterProperties is a parameter of type IOverposterProperties OverposterProperties [in]
OverposterProperties is a parameter of type IOverposterProperties

Product Availability

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

See Also

IMapOverposter Interface