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] |
|---|
Public Function InitializeWithStringUri( _ ByVal Uri As String _ ) As IAgStkGraphicsRaster |
| [C#] |
|---|
public IAgStkGraphicsRaster InitializeWithStringUri( |
| [Managed C++] |
|---|
public: IAgStkGraphicsRaster^ InitializeWithStringUri( |
| [Java] |
|---|
public IAgStkGraphicsRaster initializeWithStringUri( |
| [Unmanaged C++] |
|---|
public: HRESULT InitializeWithStringUri( |
- Uri
- The Uri of the raster.
