ArcObjects Library Reference (Carto)  

IOverposterProperties.AnnotateMapID Property

The UID of the required AnnotateMap object.

[Visual Basic .NET]
Public ReadOnly Property AnnotateMapID As UID
[C#]
public UID AnnotateMapID {get;}
[C++]
HRESULT get_AnnotateMapID(
  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