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


ISimpleLineCallout.LineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Display > ESRI.ArcGIS.Display > Interfaces > IS > ISimpleLineCallout Interface > ISimpleLineCallout.LineSymbol Property
ArcGIS Developer Help

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