Share via


DbGeography.MultiPointFromText(String, Int32) Methode

Definition

Gibt den Multipointwert von einem bekannten Textwert zurück.

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

Parameter

multiPointWellKnownText
String

Der bekannte Textwert.

coordinateSystemId
Int32

Der Koordinatensystembezeichner.

Gibt zurück

Der Multipointwert aus einem bekannten Textwert.

Gilt für: