Aracılığıyla paylaş


DbGeometry.MultiPolygonFromBinary(Byte[], Int32) Yöntem

Tanım

İyi bilinen bir ikili değerden çok çokgen değerini döndürür.

public:
 static System::Data::Spatial::DbGeometry ^ MultiPolygonFromBinary(cli::array <System::Byte> ^ multiPolygonWellKnownBinary, int coordinateSystemId);
public static System.Data.Spatial.DbGeometry MultiPolygonFromBinary (byte[] multiPolygonWellKnownBinary, int coordinateSystemId);
static member MultiPolygonFromBinary : byte[] * int -> System.Data.Spatial.DbGeometry
Public Shared Function MultiPolygonFromBinary (multiPolygonWellKnownBinary As Byte(), coordinateSystemId As Integer) As DbGeometry

Parametreler

multiPolygonWellKnownBinary
Byte[]

Çok çokgen iyi bilinen metin değeri.

coordinateSystemId
Int32

Koordinat sistemi tanımlayıcısı.

Döndürülenler

İyi bilinen bir metin değerinden çok noktalı değer.

Şunlara uygulanır