ArcObjects Library Reference (DefenseSolutions)  

IMoleLeaderElement.Anchor Property

The anchor point of the leader.

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

[C++]
HRESULT get_Anchor(
  IPoint** ppPoint
);
[C++]
HRESULT put_Anchor(
  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

IMoleLeaderElement Interface