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


IAnnotateMap.Label Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IA > IAnnotateMap Interface > IAnnotateMap.Label Method
ArcGIS Developer Help

IAnnotateMap.Label Method

Labels feature layers based on the properties given.

[Visual Basic .NET]
Public Sub Label ( _
    ByVal annoMapCmdProps As IAnnotateMapProperties, _
    ByVal Map As IMap, _
    [ByVal TrackCancel As ITrackCancel] _
)
[C#]
public void Label (
    IAnnotateMapProperties annoMapCmdProps,
    IMap Map,
    ITrackCancel TrackCancel
);
[C++]
HRESULT Label(
  IAnnotateMapProperties* annoMapCmdProps,
  IMap* Map,
  ITrackCancel* TrackCancel
);
[C++]
Parameters
annoMapCmdProps [in]

annoMapCmdProps is a parameter of type IAnnotateMapProperties* Map [in]
Map is a parameter of type IMap* TrackCancel [in, optional, defaultvalue()]
TrackCancel is a parameter of type ITrackCancel*

Product Availability

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

See Also

IAnnotateMap Interface