Gets or sets the specular globe image overlay associated with the central body in the scene. The specular overlay is displayed only in the specular highlight of the central body.
Read-write property
| [Visual Basic .NET] |
|---|
Public Property SpecularOverlay() As IAgStkGraphicsGlobeImageOverlay |
| [C#] |
|---|
public IAgStkGraphicsGlobeImageOverlay SpecularOverlay {get; set;} |
| [Managed C++] |
|---|
public: __property IAgStkGraphicsGlobeImageOverlay ^ get_SpecularOverlay(); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsGlobeImageOverlay getSpecularOverlay(); public void setSpecularOverlay( IAgStkGraphicsGlobeImageOverlay ); |
| [Python - STK API] |
|---|
@property def SpecularOverlay(self) -> "IAgStkGraphicsGlobeImageOverlay": @SpecularOverlay.setter def SpecularOverlay(self, SpecularOverlay:"IAgStkGraphicsGlobeImageOverlay") -> None: |





