Freigeben über


DbSpatialServices.GeographyMultiPointFromBinary(Byte[], Int32) Methode

Definition

Erstellt einen neuen DbGeography-Multipointwert auf Grundlage des angegebenen bekannten Binärwerts und Koordinatensystembezeichners.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPointFromBinary(cli::array <System::Byte> ^ multiPointWellKnownBinary, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromBinary (byte[] multiPointWellKnownBinary, int coordinateSystemId);
abstract member GeographyMultiPointFromBinary : byte[] * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPointFromBinary (multiPointWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography

Parameter

multiPointWellKnownBinary
Byte[]

Der bekannte Binärwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Ein neuer DbGeography-Multipointwert.

Gilt für: