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


IIMSGlobeConnection.MakeRequestBinary 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.MakeRequestBinary Method
ArcGIS Developer Help

IIMSGlobeConnection.MakeRequestBinary Method

Make a request for binary data.

[Visual Basic .NET]
Public Sub MakeRequestBinary ( _
    ByVal strDataString As String, _
    ByVal bAllocateData As Boolean, _
    ByRef Data As IntPtr&, _
    ByRef Size As Integer _
)
[C#]
public void MakeRequestBinary (
    string strDataString,
    bool bAllocateData,
    ref IntPtr& Data,
    ref int Size
);
[C++]
HRESULT MakeRequestBinary(
  BSTR strDataString,
  VARIANT_BOOL bAllocateData,
  System.IntPtr** Data,
  System.Int32* Size
);
[C++]
Parameters
strDataString [in]

strDataString is a parameter of type BSTR bAllocateData [in]
bAllocateData is a parameter of type bool Data [out]
Data is a parameter of type void** Size [out]
Size is a parameter of type long*

Product Availability

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

See Also

IIMSGlobeConnection Interface