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


IGlobeDisplayRendering3.IsHaloEnabled Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering3 Interface > IGlobeDisplayRendering3.IsHaloEnabled Property
ArcGIS Developer Help

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(
  Boolean* pbHalo
);
[C++]
Parameters
pbHalo [in]

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

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface