SqlSpatialServices.GetExteriorRing(DbGeometry) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve un valor DbGeometry que representa el anillo exterior del valor DbGeometry dado, el cual puede ser NULL si el valor no representa un polígono.
public override System.Data.Entity.Spatial.DbGeometry GetExteriorRing (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetExteriorRing : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetExteriorRing (geometryValue As DbGeometry) As DbGeometry
Parámetros
- geometryValue
- DbGeometry
Valor de geometría, que no necesita representar un polígono.
Devoluciones
Valor DbGeometry que representa el anillo exterior en geometryValue, si representa un polígono; en caso contrario, null.