This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IL > ILabelCache Interface > ILabelCache.AddLabel Method (ArcObjects .NET 10.4 SDK) |
Add a label to the label cache.
[Visual Basic .NET] Public Sub AddLabel ( _ ByVal placedObject As IPlacedObject3, _ ByVal AnchorPoint As IPoint, _ ByVal pEnvelope As IEnvelope _ )
[C#] public void AddLabel ( IPlacedObject3 placedObject, IPoint AnchorPoint, IEnvelope pEnvelope );
[C++]
HRESULT AddLabel(
IPlacedObject3* placedObject,
IPoint* AnchorPoint,
IEnvelope* pEnvelope
);
[C++]
Parameters placedObject [in]
placedObject is a parameter of type IPlacedObject3 AnchorPoint [in]
AnchorPoint is a parameter of type IPoint pEnvelope [in]
pEnvelope is a parameter of type IEnvelope