Condividi tramite


DbSpatialServices.GetPointOnSurface(DbGeometry) Metodo

Definizione

Restituisce un valore DbGeometry che rappresenta un punto sulla superficie del valore DbGeometry specificato, che può essere null se il valore non rappresenta una superficie.

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

Parametri

geometryValue
DbGeometry

Il valore geometrico, che non deve rappresentare una superficie.

Restituisce

Valore DbGeometry che rappresenta un punto sulla superficie del valore DbGeometry dato.

Eccezioni

geometryValue

geometryValue

Si applica a