Creates a new texture from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See Raster for a list of supported raster formats.
[Visual Basic .NET] |
---|
Public Function LoadFromStringUri( _ ByVal Uri As String _ ) As IAgStkGraphicsRendererTexture2D |
[C#] |
---|
public IAgStkGraphicsRendererTexture2D LoadFromStringUri( string Uri ); |
[Managed C++] |
---|
public: IAgStkGraphicsRendererTexture2D^ LoadFromStringUri( String __gc ^ Uri ); |
[Unmanaged C++] |
---|
public: HRESULT LoadFromStringUri( BSTR Uri, IAgStkGraphicsRendererTexture2D ** ppRetVal ); |
[Java] |
---|
public IAgStkGraphicsRendererTexture2D loadFromStringUri( String Uri ); |
[Python - STK API ] |
---|
def LoadFromStringUri(self, Uri:str) -> "IAgStkGraphicsRendererTexture2D": |
- Uri
- The Uri of the raster to create the texture from.