Partager via


DbGeography.MultiPolygonFromBinary(Byte[], Int32) Méthode

Définition

Retourne la valeur à plusieurs polygones à partir d’une valeur binaire connue.

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

Paramètres

multiPolygonWellKnownBinary
Byte[]

Valeur binaire à plusieurs polygones connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Valeur à plusieurs polygones d’une valeur binaire connue.

S’applique à