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


ICallout.AnchorPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IC > ICallout Interface > ICallout.AnchorPoint Property
ArcGIS Developer Help

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