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


IGlobeGraphicsElementProperties.CallOutLineSymbol Property (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeGraphicsElementProperties.CallOutLineSymbol Property

The symbol used for the callout line.

[Visual Basic .NET]
Public Property CallOutLineSymbol As ISimpleLineSymbol
[C#]
public ISimpleLineSymbol CallOutLineSymbol {get; set;}
[C++]
HRESULT get_CallOutLineSymbol(
  ISimpleLineSymbol** ppLineSym
);
[C++]
HRESULT put_CallOutLineSymbol(
  ISimpleLineSymbol* ppLineSym
);
[C++]

Parameters ppLineSym [out, retval]
ppLineSym is a parameter of type ISimpleLineSymbol ppLineSym [in]
ppLineSym is a parameter of type ISimpleLineSymbol

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IGlobeGraphicsElementProperties Interface