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


IGroupSymbolElement.AnchorPoint Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > IG > IGroupSymbolElement Interface > IGroupSymbolElement.AnchorPoint Property
ArcGIS Developer Help

IGroupSymbolElement.AnchorPoint Property

Callout anchor point.

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

AnchorPoint is a parameter of type IPoint** AnchorPoint [in]
AnchorPoint is a parameter of type IPoint*

Product Availability

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

See Also

IGroupSymbolElement Interface