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


IGlobeGraphicsElementProperties.UseCallOutLine 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.UseCallOutLine Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.UseCallOutLine Property

The option to add a callout line, if supported by the element.

[Visual Basic .NET]
Public Property UseCallOutLine As Boolean
[C#]
public bool UseCallOutLine {get; set;}
[C++]
HRESULT get_UseCallOutLine(
  VARIANT_BOOL pbUseCallOut
);
[C++]
HRESULT put_UseCallOutLine(
  Boolean* pbUseCallOut
);
[C++]
Parameters
pbUseCallOut [in]

pbUseCallOut is a parameter of type bool pbUseCallOut [out, retval]
pbUseCallOut is a parameter of type bool*

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface