The overlay object that was added earlier using AddAsync.
Read-only property
[Visual Basic .NET] |
---|
Public Property Overlay() As IAgStkGraphicsGlobeImageOverlay |
[C#] |
---|
public IAgStkGraphicsGlobeImageOverlay Overlay {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsGlobeImageOverlay ^ get_Overlay(); |
[Unmanaged C++] |
---|
public: HRESULT get_Overlay( IAgStkGraphicsGlobeImageOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsGlobeImageOverlay getOverlay(); |
[Python - STK API ] |
---|
@property def Overlay(self) -> "IAgStkGraphicsGlobeImageOverlay": |