ArcObjects Library Reference (DefenseSolutions)  

IMoleLeaderElement.Base Property

The base (bottom) point of the leader.

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

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

.NET Samples

Decluttering MOLE graphics using leadering and stacking (Code Files: MainForm) |

.NET Related Topics

DefenseSolutions |