ArcObjects Library Reference  (Carto)    

IAnnotateMap.Label Method

Labels feature layers based on the properties given.

[Visual Basic 6.0]
Sub Label(
    ByVal annoMapCmdProps As IAnnotateMapProperties, _
    ByVal Map As IMap, _
    [ByVal TrackCancel As ITrackCancel] _
)
[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
);
[Java]
public void label (
    IAnnotateMapProperties annoMapCmdProps,
    IMap Map,
    ITrackCancel TrackCancel
)
throws
    IOException,
    AutomationException
[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(0)]

  TrackCancel is a parameter of type ITrackCancel

Product Availability

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

See Also

IAnnotateMap Interface

 


Feedback Send feedback on this page