This document is archived and information here might be outdated. Recommended version. |
ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeConnection Interface > IIMSGlobeConnection.MakeRequest Method (ArcObjects .NET 10.4 SDK) |
Makes a request to the IMS Server.
[Visual Basic .NET] Public Function MakeRequest ( _ ByVal strDataString As String _ ) As String
[C#] public string MakeRequest ( string strDataString );
[C++]
HRESULT MakeRequest(
BSTR strDataString,
BSTR* response
);
[C++]
Parameters strDataString [in] strDataString is a parameter of type BSTR response [out, retval] response is a parameter of type BSTR