ArcObjects Library Reference (DefenseSolutions)  

IMoleLeaderElement.AnchorSymbol Property

The symbol used to draw the anchor point.

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

[C++]
HRESULT get_AnchorSymbol(
  ISimpleMarkerSymbol** ppSymbol
);
[C++]
HRESULT put_AnchorSymbol(
  ISimpleMarkerSymbol* ppSymbol
);
[C++]

Parameters

ppSymbol [out, retval]

  ppSymbol is a parameter of type ISimpleMarkerSymbol

ppSymbol [in]

  ppSymbol is a parameter of type ISimpleMarkerSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IMoleLeaderElement Interface