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