Partager via


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

Définition

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

[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.DbGeography MultiPolygonFromBinary(byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.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.

Attributs

S’applique à