DbGeometry.StartPoint 屬性
[此頁面專屬於 Entity Framework 第 6 版。最新版本可從 'Entity Framework' NuGet 套件取得。如需 Entity Framework 的詳細資訊,請參閱 msdn.com/data/ef。]
取得 DbGeometry 值,表示此值的起始點,如果此 DbGeometry 值不代表曲線,就可能為 null。
命名空間: System.Data.Entity.Spatial
組件: EntityFramework (在 EntityFramework.dll 中)
語法
'宣告
Public ReadOnly Property StartPoint As DbGeometry
Get
'用途
Dim instance As DbGeometry
Dim value As DbGeometry
value = instance.StartPoint
public DbGeometry StartPoint { get; }
public:
property DbGeometry^ StartPoint {
DbGeometry^ get ();
}
member StartPoint : DbGeometry
function get StartPoint () : DbGeometry
屬性值
類型:System.Data.Entity.Spatial.DbGeometry
表示此值之起始點的 DbGeometry 值。