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


IGlobeGraphicsElementProperties.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 > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.Illuminate Property
ArcGIS Developer Help

IGlobeGraphicsElementProperties.Illuminate Property

The illumination option for a graphics element.

[Visual Basic .NET]
Public Property Illuminate As Boolean
[C#]
public bool Illuminate {get; set;}
[C++]
HRESULT get_Illuminate(
  VARIANT_BOOL pbIlluminate
);
[C++]
HRESULT put_Illuminate(
  Boolean* pbIlluminate
);
[C++]
Parameters
pbIlluminate [in]

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface

.NET Samples

Creating a toolbar of globe tools Creating a toolbar of globe tools