Condividi tramite


DbSpatialServices.GetBoundary(DbGeometry) Metodo

Definizione

Restituisce un valore Double nullable che indica il limite del valore DbGeography specificato.

public abstract System.Data.Entity.Spatial.DbGeometry GetBoundary(System.Data.Entity.Spatial.DbGeometry geometryValue);
abstract member GetBoundary : System.Data.Entity.Spatial.DbGeometry -> System.Data.Entity.Spatial.DbGeometry
Public MustOverride Function GetBoundary (geometryValue As DbGeometry) As DbGeometry

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

Limite del valore DbGeography specificato.

Eccezioni

geometryValue è null.

geometryValue non è compatibile con questa implementazione dei servizi spaziali.

Si applica a