DbGeometry.EndPoint 属性

定义

获取表示此值起点的 DbGeometry 值,如果 DbGeometry 值不表示曲线,此值可能是零。

public:
 property System::Data::Spatial::DbGeometry ^ EndPoint { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry EndPoint { get; }
member this.EndPoint : System.Data.Spatial.DbGeometry
Public ReadOnly Property EndPoint As DbGeometry

属性值

DbGeometry 值表示该值的起点。

适用于