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


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

IGlobeDisplayRendering3.IsStarsEnabled Property

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(
  Boolean* pbStars
);
[C++]
Parameters
pbStars [in]

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

Product Availability

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

See Also

IGlobeDisplayRendering3 Interface