DbSpatialServices.GetExteriorRing(DbGeometry) Metodo

Definizione

Restituisce un DbGeometry valore 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

Valore geometry, che non deve rappresentare un poligono.

Valori restituiti

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

Eccezioni

geometryValue

geometryValue

Si applica a