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


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

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(
  VARIANT_BOOL pbUseCallOut
);
[C++]

Parameters pbUseCallOut [out, retval] pbUseCallOut is a parameter of type VARIANT_BOOL pbUseCallOut [in] pbUseCallOut is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface