Gets or sets the globe overlay associated with this instance.
Read-write property
[Visual Basic .NET] |
---|
Public Property GlobeOverlay() As IAgStkGraphicsGlobeOverlay |
[C#] |
---|
public IAgStkGraphicsGlobeOverlay GlobeOverlay {get; set;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsGlobeOverlay ^ get_GlobeOverlay(); |
[Unmanaged C++] |
---|
public: HRESULT get_GlobeOverlay( IAgStkGraphicsGlobeOverlay ** ppRetVal ); public: HRESULT put_GlobeOverlay( IAgStkGraphicsGlobeOverlay GlobeOverlay ); |
[Java] |
---|
public IAgStkGraphicsGlobeOverlay getGlobeOverlay(); public void setGlobeOverlay( IAgStkGraphicsGlobeOverlay ); |
[Python - STK API ] |
---|
@property def GlobeOverlay(self) -> "IAgStkGraphicsGlobeOverlay": @GlobeOverlay.setter def GlobeOverlay(self, GlobeOverlay:"IAgStkGraphicsGlobeOverlay") -> None: |