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