AGI STK Graphics 11Send comments on this topic.
InitializeWithStringUri Method (IAgStkGraphicsRasterFactory)
See Also
Uri
The Uri of the raster.
Windows






Windows & Linux

Description

Initializes a raster from a Uri, which can be a file, HTTP, HTTPS, or FTP source. See Raster for a list of supported formats.

Syntax

[Visual Basic .NET]
Public Function InitializeWithStringUri( _
    ByVal Uri As String _
) As 
[C#]
public IAgStkGraphicsRaster InitializeWithStringUri(
    string Uri
);
[Managed C++]
public: IAgStkGraphicsRaster^ InitializeWithStringUri(
    String __gc ^ Uri
);
[Java]
public IAgStkGraphicsRaster initializeWithStringUri(
    String Uri
);
[Unmanaged C++]
public: HRESULT InitializeWithStringUri(
    BSTR Uri,
    IAgStkGraphicsRaster ** ppRetVal
);

Parameters

Uri
The Uri of the raster.

See Also

© 2019 Analytical Graphics, Inc. All Rights Reserved.