Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See Raster for a list of supported formats.
| [Visual Basic .NET] |
|---|
|
| [C#] |
|---|
public IAgStkGraphicsRaster InitializeWithStringUri( string Uri ); |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ InitializeWithStringUri( String __gc ^ Uri ); |
| [Unmanaged C++] |
|---|
|
| [Java] |
|---|
public IAgStkGraphicsRaster initializeWithStringUri( String Uri ); |
[Python - STK API ] |
|---|
def InitializeWithStringUri(self, Uri:str) -> "IAgStkGraphicsRaster": |
- Uri
- The Uri of the raster.






