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





Windows & Linux

Description

Loads 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.

Syntax

[Visual Basic .NET]
Public Function CreateFromDisplayName( _
    ByVal DisplayName As String _
) As IAgStkGraphicsProjectionRasterStreamPluginProxy
[C#]
public IAgStkGraphicsProjectionRasterStreamPluginProxy CreateFromDisplayName(
    string DisplayName
);
[Managed C++]
public: IAgStkGraphicsProjectionRasterStreamPluginProxy^ CreateFromDisplayName(
    String __gc ^ DisplayName
);
[Unmanaged C++]
public: HRESULT CreateFromDisplayName(
    BSTR DisplayName,
    IAgStkGraphicsProjectionRasterStreamPluginProxy ** ppRetVal
);
[Java]
public IAgStkGraphicsProjectionRasterStreamPluginProxy createFromDisplayName(
    String DisplayName
);
[Python - STK API ]
def CreateFromDisplayName(self, DisplayName:str) -> "IAgStkGraphicsProjectionRasterStreamPluginProxy":

Parameters

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

See Also

© 2024 Analytical Graphics, Inc. All Rights Reserved.