This document is archived and information here might be outdated. Recommended version. |
ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICallout Interface > ICallout.AnchorPoint Property (ArcObjects .NET 10.5 SDK) |
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
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.