This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GlobeCore > ESRI.ArcGIS.GlobeCore > Interfaces > IG > IGlobeDisplayRendering2 Interface > IGlobeDisplayRendering2.IsStarsEnabled Property (ArcObjects .NET 10.4 SDK) |
Indicates if the stars are enabled.
[Visual Basic .NET] Public Property IsStarsEnabled As Boolean
[C#] public bool IsStarsEnabled {get; set;}
[C++]
HRESULT get_IsStarsEnabled(
VARIANT_BOOL* pbStars
);
[C++]
HRESULT put_IsStarsEnabled(
VARIANT_BOOL pbStars
);
[C++]
Parameters pbStars [out, retval] pbStars is a parameter of type VARIANT_BOOL pbStars [in] pbStars is a parameter of type VARIANT_BOOL