ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Components.Map.Data.WellKnown Namespace / WkCoder Class / FromByteArray Method
The WKB binary data.

In This Topic
    FromByteArray Method
    In This Topic
    Converts the provided WKB binary data to object model.
    Syntax
    'Declaration
     
    Public Shared Function FromByteArray( _
       ByVal wkb() As Byte _
    ) As GeoShape
    public static GeoShape FromByteArray( 
       byte[] wkb
    )

    Parameters

    wkb
    The WKB binary data.

    Return Value

    Parsed object model.
    See Also