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


IOverposterProperties.AnnotateFeatureID Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Carto)  

IOverposterProperties.AnnotateFeatureID Property

The UID of the required AnnotateFeature object.

[Visual Basic .NET]
Public ReadOnly Property AnnotateFeatureID As UID
[C#]
public UID AnnotateFeatureID {get;}
[C++]
HRESULT get_AnnotateFeatureID(
  IUID** uid
);
[C++]

Parameters uid [out, retval]
uid is a parameter of type IUID

Product Availability

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

See Also

IOverposterProperties Interface