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


IGlobeDisplayRendering3.IsSunEnabled Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (GlobeCore)  

IGlobeDisplayRendering3.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(
  VARIANT_BOOL pbSun
);
[C++]

Parameters pbSun [out, retval] pbSun is a parameter of type VARIANT_BOOL pbSun [in] pbSun is a parameter of type VARIANT_BOOL

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface