Share via


DbGeography.MultiPolygonFromText(String, Int32) Method

Definition

Returns the multi polygon value from a well-known text value.

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="multi")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1704:IdentifiersShouldBeSpelledCorrectly", Justification="Match OGC, EDM", MessageId="Multi")]
public static System.Data.Entity.Spatial.DbGeography MultiPolygonFromText (string multiPolygonWellKnownText, int coordinateSystemId);
static member MultiPolygonFromText : string * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function MultiPolygonFromText (multiPolygonWellKnownText As String, coordinateSystemId As Integer) As DbGeography

Parameters

multiPolygonWellKnownText
String

The multi polygon well-known text value.

coordinateSystemId
Int32

The coordinate system identifier.

Returns

The multi polygon value from a well-known text value.

Attributes

Applies to