共用方式為


DbSpatialServices.GetEndPoint 方法

定義

傳回指定之值的結束點。

多載

GetEndPoint(DbGeography)

傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。

GetEndPoint(DbGeometry)

傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。

GetEndPoint(DbGeography)

傳回DbGeography 值,此值代表指定 DbGeography 值的終點,如果該值不代表曲線,則可能為 null。

public:
 abstract System::Data::Spatial::DbGeography ^ GetEndPoint(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract System.Data.Spatial.DbGeography GetEndPoint (System.Data.Spatial.DbGeography geographyValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function GetEndPoint (geographyValue As DbGeography) As DbGeography

參數

geographyValue
DbGeography

地理位置值,其不需要表現曲線。

傳回

geographyValue 的結束點 (如果它代表曲線),否則為 null

例外狀況

geographyValue

geographyValue

適用於

GetEndPoint(DbGeometry)

傳回DbGeometry 值,此值代表指定 DbGeometry 值的終點,如果該值不代表曲線,則可能為 null。

public:
 abstract System::Data::Spatial::DbGeometry ^ GetEndPoint(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetEndPoint (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetEndPoint : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function GetEndPoint (geometryValue As DbGeometry) As DbGeometry

參數

geometryValue
DbGeometry

幾何值,其不需要表現曲線。

傳回

geometryValue 的結束點 (如果它代表曲線),否則為 null

例外狀況

geometryValue

geometryValue

適用於