This document is archived and information here might be outdated. Recommended version. |
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.