Share via


DbSpatialServices.GetIsRing(DbGeometry) Método

Definición

Devuelve un valor booleano que admite valores NULL que indica si el valor DbGeometry especificado es un anillo, el cual puede ser NULL si el valor no representa una curva.

public:
 abstract Nullable<bool> GetIsRing(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract bool? GetIsRing (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetIsRing : System.Data.Spatial.DbGeometry -> Nullable<bool>
Public MustOverride Function GetIsRing (geometryValue As DbGeometry) As Nullable(Of Boolean)

Parámetros

geometryValue
DbGeometry

Valor de geometría, que no necesita representar una curva.

Devoluciones

true si el valor de DbGeometry especificado es un anillo; en caso contrario, false.

Excepciones

geometryValue

geometryValue

Se aplica a