ArcObjects Library Reference (GlobeCore)  

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

Product Availability

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

See Also

IGlobeGraphicsElementProperties Interface

.NET Samples

Creating a toolbar of globe tools (Code Files: PointElement StyleElement)