Retrieves the stream as variant from the specified url.
[Visual Basic .NET] Public Function GetFileAsVariant ( _ ByVal URL As String _ ) As Object
[C#] public object GetFileAsVariant ( string URL );
[C++]
HRESULT GetFileAsVariant(
BSTR URL,
VARIANT* pValue
);
[C++]Parameters
URL [in] URL is a parameter of type BSTR pValue [out, retval] pValue is a parameter of type VARIANT
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.