Compartilhar via


DbSpatialServices.GetPointOnSurface(DbGeometry) Método

Definição

Retorna um valor DbGeometry que representa um ponto na superfície do valor DbGeometry fornecido, que pode ser nulo se o valor não representa uma superfície.

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

O valor de geometria que não necessariamente representa uma superfície.

Retornos

Um valor DbGeometry que representa um ponto na superfície do valor DbGeometry fornecido.

Exceções

geometryValue

geometryValue

Aplica-se a