ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeaderStyle.MarkerSymbol Property

The marker symbol used by a leader to draw its point geometry.

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

[C++]
HRESULT get_MarkerSymbol(
  IMarkerSymbol** MarkerSymbol
);
[C++]
HRESULT putref_MarkerSymbol(
  IMarkerSymbol* MarkerSymbol
);
[C++]

Parameters

MarkerSymbol [out, retval]

  MarkerSymbol is a parameter of type IMarkerSymbol

MarkerSymbol [in]

  MarkerSymbol is a parameter of type IMarkerSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeaderStyle Interface