Condividi tramite


DbSpatialServices.GetExteriorRing(DbGeometry) Metodo

Definizione

Restituisce un valore DbGeometry che rappresenta l'anello esterno del valore DbGeometry specificato, che può essere null se il valore non rappresenta un poligono.

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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare un poligono.

Restituisce

Valore DbGeometry che rappresenta l'anello esteriore su geometryValue, se rappresenta un poligono; in caso contrario null.

Eccezioni

geometryValue

geometryValue

Si applica a