AGI STK Graphics 11Send comments on this topic.
CreateFromDisplayName Method (IAgStkGraphicsCustomImageGlobeOverlayPluginActivator)
See Also 
DisplayName
A valid COM display name associated with existing COM plugin.
Windows






Windows & Linux

Description

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.

Syntax

[Visual Basic .NET]
Public Function CreateFromDisplayName( _
   ByVal DisplayName As String _
) As IAgStkGraphicsCustomImageGlobeOverlayPluginProxy
[C#]
public IAgStkGraphicsCustomImageGlobeOverlayPluginProxy CreateFromDisplayName(
   string DisplayName
);
[Managed C++]
public: IAgStkGraphicsCustomImageGlobeOverlayPluginProxy^ CreateFromDisplayName(
   String __gc ^ DisplayName
);
[Java]
public IAgStkGraphicsCustomImageGlobeOverlayPluginProxy createFromDisplayName(
   String DisplayName
);
[Unmanaged C++]
public: HRESULT CreateFromDisplayName(
   BSTR DisplayName,
   IAgStkGraphicsCustomImageGlobeOverlayPluginProxy ** ReturnValue
);

Parameters

DisplayName
A valid COM display name associated with existing COM plugin.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.