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


IAnnoClass.Version Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

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(
  short* 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