DbSpatialServices.GetPointOnSurface(DbGeometry) Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Devuelve un valor DbGeometry que representa un punto en la superficie del valor DbGeometry dado, el cual puede ser NULL si el valor no representa 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
Parámetros
- geometryValue
- DbGeometry
Valor de geometría, que no necesita representar una superficie.
Devoluciones
Valor de DbGeometry que representa un punto en la superficie del valor de DbGeometry determinado.
Excepciones
geometryValue
geometryValue