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


ICallout.AnchorPoint Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ICallout.AnchorPoint Property

The anchor point.

[Visual Basic .NET]
Public Property AnchorPoint As IPoint
[C#]
public IPoint AnchorPoint {get; set;}
[C++]
HRESULT get_AnchorPoint(
  IPoint** Point
);
[C++]
HRESULT put_AnchorPoint(
  IPoint* Point
);
[C++]

Parameters Point [out, retval]
Point is a parameter of type IPoint Point [in]
Point is a parameter of type IPoint

Product Availability

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

Description

AnchorPoint is the location from which the leader will be drawn to the callout. This is typically the X,Y coordinates of the feature being labeled.

See Also

ICallout Interface