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


IAnnotationClassExtension.OverposterProperties Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotationClassExtension Interface > IAnnotationClassExtension.OverposterProperties Property
ArcGIS Developer Help

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