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] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsProjectionRasterStreamPluginProxy CreateFromDisplayName( string DisplayName ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsProjectionRasterStreamPluginProxy^ CreateFromDisplayName( String __gc ^ DisplayName ); |
| [Java] |
|---|
public IAgStkGraphicsProjectionRasterStreamPluginProxy createFromDisplayName( String DisplayName ); |
| [Unmanaged C++] |
|---|
|
- DisplayName
- A valid COM display name associated with existing COM plugin.





