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





Windows & Linux

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
);
[Unmanaged C++]
public: HRESULT LoadFromStringUri(
    BSTR Uri,
    IAgStkGraphicsRendererTexture2D ** ppRetVal
);
[Java]
public IAgStkGraphicsRendererTexture2D loadFromStringUri(
    String Uri
);
[Python - STK API ]
def LoadFromStringUri(self, Uri:str) -> "IAgStkGraphicsRendererTexture2D":

Parameters

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

See Also

© 2025 Analytical Graphics, Inc. All Rights Reserved.