DbSpatialServices.GetPointOnSurface(DbGeometry) Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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