Condividi tramite


DbSpatialServices.GetBoundary(DbGeometry) Metodo

Definizione

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

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

Parametri

geometryValue
DbGeometry

Valore di geometria.

Restituisce

Limite del valore DbGeography specificato.

Si applica a