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


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

IGlobeLayerInfo.Illuminate Property

The illumination option.

[Visual Basic .NET]
Public ReadOnly Property Illuminate As Boolean
[C#]
public bool Illuminate {get;}
[C++]
HRESULT get_Illuminate(
  Boolean* pbIlluminated
);
[C++]
Parameters
pbIlluminated [out, retval]

pbIlluminated is a parameter of type bool*

Product Availability

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

See Also

IGlobeLayerInfo Interface