DbGeography.MultiPolygonFromText(String, Int32) Méthode

Définition

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

public:
 static System::Data::Spatial::DbGeography ^ MultiPolygonFromText(System::String ^ multiPolygonWellKnownText, int coordinateSystemId);
public static System.Data.Spatial.DbGeography MultiPolygonFromText (string multiPolygonWellKnownText, int coordinateSystemId);
static member MultiPolygonFromText : string * int -> System.Data.Spatial.DbGeography
Public Shared Function MultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Paramètres

multiPolygonWellKnownText
String

Valeur de texte à plusieurs polygones connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Valeur à plusieurs polygones d’une valeur de texte connue.

S’applique à