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


IAnnotationClassExtension.OverposterProperties Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IAnnotationClassExtension.OverposterProperties Property

The overposter properties.

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

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

Product Availability

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

See Also

IAnnotationClassExtension Interface