MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / ToByteArray Method
The shape data.
The byte order.

In This Topic
ToByteArray Method
In This Topic
Converts the provided WKB shape data to byte array.
Syntax
'Declaration
 
Public Shared Function ToByteArray( _
   ByVal shape As GeoShape, _
   ByVal byteOrder As WkCoder.WkbByteOrder _
) As Byte()
 

Parameters

shape
The shape data.
byteOrder
The byte order.

Return Value

Byte array with encoded data.
See Also