DbSpatialServices.GeometryMultiLineFromText(String, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a new DbGeometry multiline value based on the specified well-known text value and coordinate system identifier.
public:
abstract System::Data::Spatial::DbGeometry ^ GeometryMultiLineFromText(System::String ^ multiLineWellKnownText, int coordinateSystemId);
public abstract System.Data.Spatial.DbGeometry GeometryMultiLineFromText (string multiLineWellKnownText, int coordinateSystemId);
abstract member GeometryMultiLineFromText : string * int -> System.Data.Spatial.DbGeometry
Public MustOverride Function GeometryMultiLineFromText (multiLineWellKnownText As String, coordinateSystemId As Integer) As DbGeometry
Parameters
- multiLineWellKnownText
- String
The well-known text value.
- coordinateSystemId
- Int32
The coordinate system identifier.
Returns
A new DbGeometry multiline value.
Applies to
Colaborați cu noi pe GitHub
Sursa pentru acest conținut poate fi găsită pe GitHub, unde puteți, de asemenea, să creați și să consultați probleme și solicitări de tragere. Pentru mai multe informații, consultați ghidul nostru pentru colaboratori.