DbGeography.EndPoint 属性

定义

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

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

属性值

DbGeography 值表示该值的起点。

适用于