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.
| [Visual Basic .NET] |
|---|
Public Function CreateFromDisplayName( _ ByVal DisplayName As String _ ) As IAgStkGraphicsProjectionRasterStreamPluginProxy |
| [C#] |
|---|
public IAgStkGraphicsProjectionRasterStreamPluginProxy CreateFromDisplayName( |
| [Managed C++] |
|---|
public: IAgStkGraphicsProjectionRasterStreamPluginProxy^ CreateFromDisplayName( |
| [Java] |
|---|
public IAgStkGraphicsProjectionRasterStreamPluginProxy createFromDisplayName( |
| [Unmanaged C++] |
|---|
public: HRESULT CreateFromDisplayName( |
- DisplayName
- A valid COM display name associated with existing COM plugin.
