DbSpatialServices.GetPointOnSurface(DbGeometry) Metodo

Definizione

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

Valore della geometria, che non deve rappresentare una superficie.

Valori restituiti

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

Eccezioni

geometryValue

geometryValue

Si applica a