DbSpatialServices.GeographyMultiLineFromText(String, Int32) Methode

Definitie

Hiermee maakt u een nieuwe DbGeography multilinewaarde op basis van de opgegeven bekende tekstwaarde en coördinaatsysteem-id.

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

Parameters

multiLineWellKnownText
String

De bekende tekstwaarde.

coordinateSystemId
Int32

De coördinatensysteem-id.

Retouren

Een nieuwe DbGeography waarde voor meerdere regels.

Van toepassing op