Partager via


DbGeometry.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.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

Paramètres

multiPolygonWellKnownBinary
Byte[]

Valeur de texte à plusieurs polygones connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Valeur multipoint à partir d’une valeur de texte connue.

Attributs

S’applique à