This document is archived and information here might be outdated.  Recommended version.


IAGSServerConnection3.GetFileAsVariant Method (ArcObjects .NET 10.4 SDK)
ArcObjects Library Reference (GISClient)  

IAGSServerConnection3.GetFileAsVariant Method

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.

See Also

IAGSServerConnection3 Interface