DbSpatialServices.GetPointCount Metodo

Definizione

Restituisce il numero di punti nel valore specificato.

Overload

Nome Descrizione
GetPointCount(DbGeography)

Restituisce il numero di punti nel valore specificato DbGeography , se rappresenta una linea o un anello lineare.

GetPointCount(DbGeometry)

Restituisce il numero di punti nel valore specificato DbGeometry , se rappresenta una linea o un anello lineare.

GetPointCount(DbGeography)

Restituisce il numero di punti nel valore specificato DbGeography , se rappresenta una linea o un anello lineare.

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)

Parametri

geographyValue
DbGeography

Valore geography, che non deve rappresentare una lineare o un anello lineare.

Valori restituiti

Numero di punti nel valore specificato DbGeography .

Eccezioni

geographyValue

geographyValue

Si applica a

GetPointCount(DbGeometry)

Restituisce il numero di punti nel valore specificato DbGeometry , se rappresenta una linea o un anello lineare.

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)

Parametri

geometryValue
DbGeometry

Valore geometry, che non deve rappresentare una lineare o un anello lineare.

Valori restituiti

Numero di punti nel valore specificato DbGeometry .

Eccezioni

geometryValue

geometryValue

Si applica a