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


IGlobeGraphicsElementProperties.CallOutLineSymbol Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.CallOutLineSymbol Property
ArcGIS Developer Help

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 [in]

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface