Compartir a través de


DbSpatialServices.GetInteriorRingCount(DbGeometry) Método

Definición

Devuelve el número de anillos interiores en el valor especificado de DbGeometry, si representa un polígono.

public abstract Nullable<int> GetInteriorRingCount (System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetInteriorRingCount : System.Data.Entity.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetInteriorRingCount (geometryValue As DbGeometry) As Nullable(Of Integer)

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar un polígono.

Devoluciones

Número de elementos de geometryValue, si representa un polígono; en caso contrario, null.

Excepciones

geometryValue es null.

geometryValue no es compatible con esta implementación de servicios espaciales.

Se aplica a