This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection3 Interface > IAGSServerConnection3.GetFileAsVariant Method (ArcObjects .NET 10.4 SDK) |
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