Access global methods and properties of CustomImageGlobeOverlayPluginActivator (what's known as static properties, static methods and constructors in languages such as C++, C#, etc.).
Read-only property
[Visual Basic .NET] |
---|
Public Property CustomImageGlobeOverlayPluginActivator() As IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory |
[C#] |
---|
public IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory CustomImageGlobeOverlayPluginActivator {get;} |
[Managed C++] |
---|
public: __property IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory ^ get_CustomImageGlobeOverlayPluginActivator(); |
[Unmanaged C++] |
---|
public: HRESULT get_CustomImageGlobeOverlayPluginActivator( IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory getCustomImageGlobeOverlayPluginActivator(); |
[Python - STK API ] |
---|
@property def CustomImageGlobeOverlayPluginActivator(self) -> "IAgStkGraphicsCustomImageGlobeOverlayPluginActivatorFactory": |