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


IIMSGlobeConnection.MakeRequest Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Carto > ESRI.ArcGIS.Carto > Interfaces > II > IIMSGlobeConnection Interface > IIMSGlobeConnection.MakeRequest Method
ArcGIS Developer Help

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

strDataString is a parameter of type BSTR

Product Availability

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

See Also

IIMSGlobeConnection Interface