This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsElementProperties Interface > IGlobeGraphicsElementProperties.Illuminate Property (ArcObjects .NET 10.4 SDK) |
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(
VARIANT_BOOL pbIlluminate
);
[C++]
Parameters pbIlluminate [out, retval] pbIlluminate is a parameter of type VARIANT_BOOL pbIlluminate [in] pbIlluminate is a parameter of type VARIANT_BOOL