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