DbSpatialServices.AsTextIncludingElevationAndMeasure Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a text representation of DbSpatialServices with elevation and measure.
Overloads
AsTextIncludingElevationAndMeasure(DbGeography) |
Returns a text representation of DbSpatialServices with elevation and measure. |
AsTextIncludingElevationAndMeasure(DbGeometry) |
Returns a text representation of DbSpatialServices with elevation and measure. |
AsTextIncludingElevationAndMeasure(DbGeography)
Returns a text representation of DbSpatialServices with elevation and measure.
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
Parameters
- geographyValue
- DbGeography
The geography value.
Returns
A text representation of DbSpatialServices.
Applies to
AsTextIncludingElevationAndMeasure(DbGeometry)
Returns a text representation of DbSpatialServices with elevation and measure.
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
Parameters
- geometryValue
- DbGeometry
The geometry value.
Returns
A text representation of DbSpatialServices with elevation and measure.