This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeGraphicsLayer Interface > IGlobeGraphicsLayer.HasPerElementIllumination Property (ArcObjects .NET 10.4 SDK) |
The option to apply per-element illumination.
[Visual Basic .NET] Public Property HasPerElementIllumination As Boolean
[C#] public bool HasPerElementIllumination {get; set;}
[C++]
HRESULT get_HasPerElementIllumination(
VARIANT_BOOL* bHasPerElementIllumination
);
[C++]
HRESULT put_HasPerElementIllumination(
VARIANT_BOOL bHasPerElementIllumination
);
[C++]
Parameters bHasPerElementIllumination [out, retval] bHasPerElementIllumination is a parameter of type VARIANT_BOOL bHasPerElementIllumination [in] bHasPerElementIllumination is a parameter of type VARIANT_BOOL