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


IWkb.ExportToWkb Method (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geometry > ESRI.ArcGIS.Geometry > Interfaces > IW > IWkb Interface > IWkb.ExportToWkb Method
ArcGIS Developer Help

IWkb.ExportToWkb Method

Exports this object to a OGIS OLE/COM WKB binary buffer (v1.1, NDR).

[Visual Basic .NET]
Public Sub ExportToWkb ( _
    ByRef byteCountInOut As Integer, _
    ByRef byteBuffer As Byte& _
)
[C#]
public void ExportToWkb (
    ref int byteCountInOut,
    ref Byte& byteBuffer
);
[C++]
HRESULT ExportToWkb(
  System.Int32* byteCountInOut,
  System.Byte* byteBuffer
);
[C++]
Parameters
byteCountInOut [in, out]

byteCountInOut is a parameter of type long* byteBuffer [out]
byteBuffer is a parameter of type unsigned char*

Product Availability

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

See Also

IWkb Interface