Partager via


DbSpatialServices.GeographyMultiPointFromText(String, Int32) Méthode

Définition

Crée une valeur multipoint DbGeography basée sur la valeur de texte connue et sur l’identificateur de système de coordonnées spécifiés.

public:
 abstract System::Data::Spatial::DbGeography ^ GeographyMultiPointFromText(System::String ^ multiPointWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeography GeographyMultiPointFromText (string multiPointWellKnownText, int coordinateSystemId);
abstract member GeographyMultiPointFromText : string * int -> System.Data.Spatial.DbGeography
Public MustOverride Function GeographyMultiPointFromText (multiPointWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Paramètres

multiPointWellKnownText
String

Valeur de texte connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur multipoint DbGeography.

S’applique à