DbGeography.MultiPolygonFromBinary(Byte[], Int32) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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 à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.