ArcObjects Library Reference (Carto)  

IIMSGlobeConnection.MakeRequest Method

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

Product Availability

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

See Also

IIMSGlobeConnection Interface