Partager via


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

Définition

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

public:
 static System::Data::Spatial::DbGeometry ^ MultiPolygonFromBinary(cli::array <System::Byte> ^ multiPolygonWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeometry MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.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.

S’applique à