共用方式為


DbSpatialServices.AsTextIncludingElevationAndMeasure 方法

定義

傳回含有高度及量值之 DbSpatialServices 的文字表示。

多載

AsTextIncludingElevationAndMeasure(DbGeography)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

AsTextIncludingElevationAndMeasure(DbGeometry)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

AsTextIncludingElevationAndMeasure(DbGeography)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

public:
 virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeography ^ geographyValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeography geographyValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeography -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geographyValue As DbGeography) As String

參數

geographyValue
DbGeography

地理值。

傳回

DbSpatialServices 的文字表示。

適用於

AsTextIncludingElevationAndMeasure(DbGeometry)

傳回含有高度及量值之 DbSpatialServices 的文字表示。

public:
 virtual System::String ^ AsTextIncludingElevationAndMeasure(System::Data::Spatial::DbGeometry ^ geometryValue);
public virtual string AsTextIncludingElevationAndMeasure (System.Data.Spatial.DbGeometry geometryValue);
abstract member AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
override this.AsTextIncludingElevationAndMeasure : System.Data.Spatial.DbGeometry -> string
Public Overridable Function AsTextIncludingElevationAndMeasure (geometryValue As DbGeometry) As String

參數

geometryValue
DbGeometry

幾何值。

傳回

含有高度及量值之 DbSpatialServices 的文字表示。

適用於