Compartir a través de


SqlSpatialServices.GetBoundary(DbGeometry) Método

Definición

Devuelve un valor double que acepta valores NULL que indica el límite del valor DbGeography especificado.

public override System.Data.Entity.Spatial.DbGeometry GetBoundary (System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetBoundary : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public Overrides Function GetBoundary (geometryValue As DbGeometry) As DbGeometry

Parámetros

geometryValue
DbGeometry

Valor de geometría.

Devoluciones

El límite del valor de DbGeography especificado.

Se aplica a