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


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

IGlobeGraphicsLayer.HasPerElementIllumination Property

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

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

Product Availability

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

See Also

IGlobeGraphicsLayer Interface