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


IAGSServerConnection3.GetFileAsVariant Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > GISClient > ESRI.ArcGIS.GISClient > Interfaces > IA > IAGSServerConnection3 Interface > IAGSServerConnection3.GetFileAsVariant Method
ArcGIS Developer Help

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
);
[C++]
Parameters
URL [in]

URL is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IAGSServerConnection3 Interface