AGI STK Graphics 11 Send comments on this topic.
LoadFromStringUri Method (IAgStkGraphicsTexture2DFactory)
See Also 
Uri
The Uri of the raster to create the texture from.





Description

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.

Syntax

[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
);

[Java]
public IAgStkGraphicsRendererTexture2D loadFromStringUri(
String Uri
);

[Unmanaged C++]
public: HRESULT LoadFromStringUri(
BSTR Uri,
IAgStkGraphicsRendererTexture2D ** ReturnValue
);

Parameters

Uri
The Uri of the raster to create the texture from.

See Also

© 2016 All Rights Reserved.

STK Programming Interface 11.0.1