DbSpatialServices.GetEndPoint 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
傳回指定之值的結束點。
多載
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