CustomImageGlobeOverlayPluginActivator#
- class ansys.stk.core.graphics.CustomImageGlobeOverlayPluginActivator#
The Activator class provides methods to load COM plugins that implement custom image globe overlays. For more information about custom image globe overlays, see the STK Programming Interface.
Overview#
Load a custom image globe overlay COM plugin associated with the specified display name and returns a proxy object that allows accessing the custom image globe overlays implemented by the plugin. |
|
Get a list of available custom image globe overlay Display Names (Programmatic Identifiers). |
Import detail#
from ansys.stk.core.graphics import CustomImageGlobeOverlayPluginActivator
Method detail#
- CustomImageGlobeOverlayPluginActivator.create_from_display_name(self, display_name: str) CustomImageGlobeOverlayPluginProxy #
Load a custom image globe overlay COM plugin associated with the specified display name and returns a proxy object that allows accessing the custom image globe overlays implemented by the plugin.
- Parameters:
display_name :
str
- Returns:
CustomImageGlobeOverlayPluginProxy