ArcObjects Library Reference (GlobeCore)  

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(
  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

Product Availability

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

See Also

IGlobeGraphicsLayer Interface