DbSpatialServices.GeographyMultiPolygonFromText(String, Int32) Methode

Definitie

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

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

Parameters

multiPolygonWellKnownText
String

De bekende tekstwaarde.

coordinateSystemId
Int32

De coördinatensysteem-id.

Retouren

Een nieuwe DbGeography waarde voor meerdere veelhoeken.

Van toepassing op