Loads 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.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsCustomImageGlobeOverlayPluginProxy CreateFromDisplayName( string DisplayName ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsCustomImageGlobeOverlayPluginProxy^ CreateFromDisplayName( String __gc ^ DisplayName ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsCustomImageGlobeOverlayPluginProxy createFromDisplayName( String DisplayName ); |
[Python - STK API ] |
|---|
def CreateFromDisplayName(self, DisplayName:str) -> "IAgStkGraphicsCustomImageGlobeOverlayPluginProxy": |
- DisplayName
- A valid COM display name associated with existing COM plugin.






