DbSpatialServices.GetPointCount Metodo
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
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