This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateMap Interface > IAnnotateMap.Draw Method (ArcObjects .NET 10.5 SDK) |
Draws labels for feature layers based on the properties given.
[Visual Basic .NET] Public Sub Draw ( _ ByVal Display As IDisplay, _ ByVal annoMapCmdProps As IAnnotateMapProperties, _ ByVal Map As IMap, _ [ByVal TrackCancel As ITrackCancel] _ )
[C#] public void Draw ( IDisplay Display, IAnnotateMapProperties annoMapCmdProps, IMap Map, ITrackCancel TrackCancel );
[C++]
HRESULT Draw(
IDisplay* Display,
IAnnotateMapProperties* annoMapCmdProps,
IMap* Map,
ITrackCancel* TrackCancel
);
[C++]
Parameters Display [in]
Display is a parameter of type IDisplay annoMapCmdProps [in]
annoMapCmdProps is a parameter of type IAnnotateMapProperties Map [in]
Map is a parameter of type IMap TrackCancel [in, optional, defaultvalue(0)]
TrackCancel is a parameter of type ITrackCancel