ArcObjects Library Reference (DefenseSolutions)  

IGraphicCallout.AnchorPoint Property

Optional location around which the graphic will be drawn.

ERROR: Syntax information about IGraphicCallout.AnchorPoint may not be in D:\ArcGIS\DotNet\ESRI.ArcGIS.DefenseSolutions.dll

[C++]
HRESULT get_AnchorPoint(
  IPoint** ppPoint
);
[C++]
HRESULT putref_AnchorPoint(
  IPoint* ppPoint
);
[C++]

Parameters

ppPoint [out, retval]

  ppPoint is a parameter of type IPoint

ppPoint [in]

  ppPoint is a parameter of type IPoint

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicCallout Interface