CustomImageGlobeOverlayPluginProxy#

class ansys.stk.core.graphics.CustomImageGlobeOverlayPluginProxy#

A proxy class provides access to a custom image globe overlay implemented by a plugin. Proxies are instantiated using custom image globe overlay plugin activator.

Overview#

custom_image_globe_overlay

Return a custom image globe overlay.

is_custom_image_globe_overlay_supported

Return true if custom image globe overlays are supported.

real_plugin_object

Return a pointer to plugin object’s IUnknown interface.

Import detail#

from ansys.stk.core.graphics import CustomImageGlobeOverlayPluginProxy

Property detail#

property CustomImageGlobeOverlayPluginProxy.custom_image_globe_overlay: CustomImageGlobeOverlay#

Return a custom image globe overlay.

property CustomImageGlobeOverlayPluginProxy.is_custom_image_globe_overlay_supported: bool#

Return true if custom image globe overlays are supported.

property CustomImageGlobeOverlayPluginProxy.real_plugin_object: Any#

Return a pointer to plugin object’s IUnknown interface.