Compartir a través de


SqlSpatialServices.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 override Nullable<bool> GetIsRing (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetIsRing : System.Data.Entity.Spatial.DbGeometry -> Nullable<bool>
Public Overrides 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 especificado DbGeometry es un anillo; de lo contrario, false.

Se aplica a