Udostępnij przez


SqlSpatialServices.GetInteriorRingCount(DbGeometry) Metoda

Definicja

Zwraca liczbę pierścieni wewnętrznych w podanej DbGeometry wartości, jeśli reprezentuje wielokąt.

public override Nullable<int> GetInteriorRingCount(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetInteriorRingCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public Overrides Function GetInteriorRingCount (geometryValue As DbGeometry) As Nullable(Of Integer)

Parametry

geometryValue
DbGeometry

Wartość geometryczna, która nie musi reprezentować wielokąta.

Zwraca

Liczba elementów w geometryValue, jeśli reprezentuje wielokąt; w przeciwnym razie wartość null.

Dotyczy