GeometryConvexHullAggregate.Read Method (BinaryReader)

 

Applies To: SQL Server 2016 Preview

This API supports the product infrastructure and is not intended to be used directly from your code.

Reads a binary representation of a geometry type into a SqlGeometry object.

Namespace:   Microsoft.SqlServer.Types
Assembly:  Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)

Syntax

public void Read(
    BinaryReader r
)
public:
virtual void Read(
    BinaryReader^ r
) sealed
abstract Read : 
        r:BinaryReader -> unit
override Read : 
        r:BinaryReader -> unit
Public Sub Read (
    r As BinaryReader
)

Parameters

  • r
    Type: System.IO.BinaryReader

    The BinaryReader object that reads a binary representation of a geometry type.

Implements

IBinarySerialize.Read(BinaryReader)

See Also

GeometryConvexHullAggregate Class
Microsoft.SqlServer.Types Namespace

Return to top