DbSpatialServices.GetPointCount Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna o número de pontos no valor fornecido.
Sobrecargas
GetPointCount(DbGeography) |
Retorna o número de pontos do valor DbGeography fornecido, se ele representa um linestring ou um anel linear. |
GetPointCount(DbGeometry) |
Retorna o número de pontos do valor DbGeometry fornecido, se ele representa um linestring ou um anel linear. |
GetPointCount(DbGeography)
Retorna o número de pontos do valor DbGeography fornecido, se ele representa um linestring ou um anel linear.
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)
Parâmetros
- geographyValue
- DbGeography
O valor de geografia, que não necessariamente representa um linestring ou um anel linear.
Retornos
Obtém o número de pontos no valor DbGeography fornecido.
Exceções
geographyValue
geographyValue
Aplica-se a
GetPointCount(DbGeometry)
Retorna o número de pontos do valor DbGeometry fornecido, se ele representa um linestring ou um anel linear.
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetPointCount (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)
Parâmetros
- geometryValue
- DbGeometry
O valor de geometria, que não necessariamente representa uma cadeia de linha ou um anel linear.
Retornos
Obtém o número de pontos no valor DbGeometry fornecido.
Exceções
geometryValue
geometryValue