Share via


DbGeometry.MultiPolygonFromBinary(Byte[], Int32) Method

Definition

Returns the multi polygon value from a well-known binary value.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
public static System.Data.Entity.Spatial.DbGeometry MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeometry
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parameters

multiPolygonWellKnownBinary
Byte[]

The multi polygon well-known text value.

coordinateSystemId
Int32

The coordinate system identifier.

Returns

The multipoint value from a well-known text value.

Attributes

Applies to