DbSpatialServices.GetPointCount 方法 (DbGeometry)

[本页针对的是实体框架版本 6。最新版本以“实体框架”NuGet 包的形式提供。有关实体框架的更多信息,请参见 msdn.com/data/ef。]

如果表示行字符串或线性环,则返回给定 DbGeometry 值中的点数。

命名空间:  System.Data.Entity.Spatial
程序集:  EntityFramework(在 EntityFramework.dll 中)

语法

声明
Public MustOverride Function GetPointCount ( _
    geometryValue As DbGeometry _
) As Nullable(Of Integer)
用法
Dim instance As DbSpatialServices 
Dim geometryValue As DbGeometry 
Dim returnValue As Nullable(Of Integer)

returnValue = instance.GetPointCount(geometryValue)
public abstract Nullable<int> GetPointCount(
    DbGeometry geometryValue
)
public:
virtual Nullable<int> GetPointCount(
    DbGeometry^ geometryValue
) abstract
abstract GetPointCount : 
        geometryValue:DbGeometry -> Nullable<int> 
public abstract function GetPointCount(
    geometryValue : DbGeometry
) : Nullable<int>

参数

返回值

类型:System.Nullable<Int32>
给定 DbGeometry 值中的点数。

异常

例外 条件
ArgumentNullException

geometryValue 为 null。

ArgumentException

geometryValue 与此空间服务实现不兼容。

请参阅

参考

DbSpatialServices 类

GetPointCount 重载

System.Data.Entity.Spatial 命名空间