ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.IsHaloEnabled Property

Indicates if the halo effect is enabled.

[Visual Basic .NET]
Public Property IsHaloEnabled As Boolean
[C#]
public bool IsHaloEnabled {get; set;}
[C++]
HRESULT get_IsHaloEnabled(
  VARIANT_BOOL* pbHalo
);
[C++]
HRESULT put_IsHaloEnabled(
  VARIANT_BOOL pbHalo
);
[C++]

Parameters

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

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface