ArcObjects Library Reference (Geometry)  

IWkb.ImportFromWkb Method

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

[Visual Basic .NET]
Public Sub ImportFromWkb ( _
    ByRef byteCountInOut As Integer, _
    ByRef byteBuffer As Byte& _
)
[C#]
public void ImportFromWkb (
    ref int byteCountInOut,
    ref Byte& byteBuffer
);
[C++]
HRESULT ImportFromWkb(
  long* byteCountInOut,
  Byte* byteBuffer
);
[C++]

Parameters

byteCountInOut [in, out]   byteCountInOut is a parameter of type long byteBuffer [in]   byteBuffer is a parameter of type Byte

Product Availability

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

See Also

IWkb Interface