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


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

IAnnoClassAdmin3.AnnoProperties Property

The labeling properties annotation class.

[Visual Basic .NET]
Public WriteOnly Property AnnoProperties
[C#]
public void AnnoProperties {set;}
[C++]
HRESULT put_AnnoProperties(
  IAnnotateLayerPropertiesCollection* 
);
[C++]
Parameters
 [in]

is a parameter of type IAnnotateLayerPropertiesCollection*

Product Availability

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

See Also

IAnnoClassAdmin3 Interface