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


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

IGlobeDisplayRendering.IsSunEnabled Property

Indicates if the sun lighting is enabled.

[Visual Basic .NET]
Public Property IsSunEnabled As Boolean
[C#]
public bool IsSunEnabled {get; set;}
[C++]
HRESULT get_IsSunEnabled(
  VARIANT_BOOL pbSun
);
[C++]
HRESULT put_IsSunEnabled(
  Boolean* pbSun
);
[C++]
Parameters
pbSun [in]

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

Product Availability

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

See Also

IGlobeDisplayRendering Interface

.NET Samples

Effects in the GlobeControl