Partager via


DbSpatialServices.GeographyMultiLineFromText(String, Int32) Méthode

Définition

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

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

Paramètres

multiLineWellKnownText
String

Valeur de texte connue.

coordinateSystemId
Int32

Identificateur du système de coordonnées.

Retours

Nouvelle valeur multiligne DbGeography.

S’applique à