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