DbGeography.MultiPointFromText(String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回來自已知文字值的多點值。
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
參數
- multiPointWellKnownText
- String
已知的文字值。
- coordinateSystemId
- Int32
座標系統識別項。
傳回
來自已知文字值的多點值。