SqlGeometry.STMLineFromWKB(SqlBytes, Int32) Method

Definition

Returns a SqlGeometry MultiLineString instance from an Open Geospatial Consortium (OGC) Well-Known Binary (WKB) representation.

[Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)]
public static Microsoft.SqlServer.Types.SqlGeometry STMLineFromWKB (System.Data.SqlTypes.SqlBytes wkbMultiLineString, int srid);
[<Microsoft.SqlServer.Server.SqlMethod(IsDeterministic=true, IsPrecise=true)>]
static member STMLineFromWKB : System.Data.SqlTypes.SqlBytes * int -> Microsoft.SqlServer.Types.SqlGeometry
Public Shared Function STMLineFromWKB (wkbMultiLineString As SqlBytes, srid As Integer) As SqlGeometry

Parameters

wkbMultiLineString
SqlBytes

The WKB representation of the SqlGeometryMultiLineString instance to return.

srid
Int32

An int expression that represents the spatial reference ID (SRID) of the SqlGeometryMultiLineString instance to return.

Returns

A SqlGeometry object constructed from the specified WKB representation.

Attributes

Applies to