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