DbSpatialServices.GetPointCount Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Devolve o número de pontos no valor dado.
Sobrecargas
| Name | Description |
|---|---|
| GetPointCount(DbGeography) |
Devolve o número de pontos no valor dado DbGeography , se representar uma cadeia de linhas ou um anel linear. |
| GetPointCount(DbGeometry) |
Devolve o número de pontos no valor dado DbGeometry , se representar uma cadeia de linhas ou um anel linear. |
GetPointCount(DbGeography)
Devolve o número de pontos no valor dado DbGeography , se representar uma cadeia de linhas 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 geográfico, que não precisa de representar uma cadeia de linhas ou anel linear.
Devoluções
O número de pontos no valor dado DbGeography .
Exceções
geographyValue
geographyValue
Aplica-se a
GetPointCount(DbGeometry)
Devolve o número de pontos no valor dado DbGeometry , se representar uma cadeia de linhas 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 precisa de representar uma sequência de linhas ou um anel linear.
Devoluções
O número de pontos no valor dado DbGeometry .
Exceções
geometriaValor
geometryValue