DbGeography.MultiPolygonFromBinary(Byte[], Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回來自已知二進位值的多多邊形值。
[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 MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Entity.Spatial.DbGeography
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeography
參數
- multiPolygonWellKnownBinary
- Byte[]
多多邊形已知二進位值。
- coordinateSystemId
- Int32
座標系統識別項。
傳回
來自已知二進位值的多多邊形值。
- 屬性