Share via


DbGeography.MultiPolygonFromBinary(Byte[], Int32) Methode

Definition

Gibt den Multipolygonwert aus einem bekannten Binärwert zurück.

public:
 static System::Data::Spatial::DbGeography ^ MultiPolygonFromBinary(cli::array <System::Byte> ^ multiPolygonWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeography MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parameter

multiPolygonWellKnownBinary
Byte[]

Der bekannte Multipolygon-Binärwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Der Multipolygonwert aus einem bekannten Binärwert.

Gilt für: