Share via


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::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetInteriorRingCount (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetInteriorRingCount : System.Data.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

El número de elementos de geometryValue, si representa un polígono; de lo contrario, null.

Excepciones

geometryValue

geometryValue

Se aplica a