Returns a custom image globe overlay.
Read-only property
[Visual Basic .NET] |
---|
Public Property CustomImageGlobeOverlay() As IAgStkGraphicsCustomImageGlobeOverlay |
[C#] |
---|
public IAgStkGraphicsCustomImageGlobeOverlay CustomImageGlobeOverlay {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsCustomImageGlobeOverlay ^ get_CustomImageGlobeOverlay(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomImageGlobeOverlay( IAgStkGraphicsCustomImageGlobeOverlay ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCustomImageGlobeOverlay getCustomImageGlobeOverlay(); |
[Python - STK API ] |
---|
@property def CustomImageGlobeOverlay(self) -> "IAgStkGraphicsCustomImageGlobeOverlay": |