This document is archived and information here might be outdated.  Recommended version.


ISimpleLineCallout.LineSymbol Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (Display)  

ISimpleLineCallout.LineSymbol Property

The line symbol used for the Callout.

[Visual Basic .NET]
Public Property LineSymbol As ILineSymbol
[C#]
public ILineSymbol LineSymbol {get; set;}
[C++]
HRESULT get_LineSymbol(
  ILineSymbol** LineSymbol
);
[C++]
HRESULT put_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, ArcGIS Desktop, and ArcGIS Server.

Description

LineSymbol is the symbol used as the leader line for SimpleLineCallout. Any ILineSymbol object can be used.

See Also

ISimpleLineCallout Interface