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


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

IAnnoClass.Version Property

The version of the annotation class.

[Visual Basic .NET]
Public ReadOnly Property Version As Short
[C#]
public short Version {get;}
[C++]
HRESULT get_Version(
  System.Int16* Version
);
[C++]
Parameters
Version [out, retval]

Version is a parameter of type short*

Product Availability

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

See Also

IAnnoClass Interface