ArcObjects Library Reference (DefenseSolutions)  

IGraphicLeaderStyle.LineSymbol Property

The line symbol used by a leader to draw its linear geometry.

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

[C++]
HRESULT get_LineSymbol(
  ILineSymbol** LineSymbol
);
[C++]
HRESULT putref_LineSymbol(
  ILineSymbol* LineSymbol
);
[C++]

Parameters

LineSymbol [out, retval]

  LineSymbol is a parameter of type ILineSymbol

LineSymbol [in]

  LineSymbol is a parameter of type ILineSymbol

Product Availability

Available with ArcGIS Engine and ArcGIS Desktop.

See Also

IGraphicLeaderStyle Interface