DbSpatialServices.GetStartPoint 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 DbGeography value that represents the start point of the given DbGeography value.
Overloads
GetStartPoint(DbGeography) |
Returns a DbGeography value that represents the start point of the given DbGeography value, which may be null if the value does not represent a curve. |
GetStartPoint(DbGeometry) |
Returns a DbGeometry value that represents the start point of the given DbGeometry value, which may be null if the value does not represent a curve. |
GetStartPoint(DbGeography)
Returns a DbGeography value that represents the start point of the given DbGeography value, which may be null if the value does not represent a curve.
public:
abstract System::Data::Spatial::DbGeography ^ GetStartPoint(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract System.Data.Spatial.DbGeography GetStartPoint (System.Data.Spatial.DbGeography geographyValue);
abstract member GetStartPoint : System.Data.Spatial.DbGeography -> System.Data.Spatial.DbGeography
Public MustOverride Function GetStartPoint (geographyValue As DbGeography) As DbGeography
Parameters
- geographyValue
- DbGeography
The geography value, which need not represent a curve.
Returns
The start point of the given DbGeography value.
Exceptions
geographyValue
geographyValue
Applies to
GetStartPoint(DbGeometry)
Returns a DbGeometry value that represents the start point of the given DbGeometry value, which may be null if the value does not represent a curve.
public:
abstract System::Data::Spatial::DbGeometry ^ GetStartPoint(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract System.Data.Spatial.DbGeometry GetStartPoint (System.Data.Spatial.DbGeometry geometryValue);
abstract member GetStartPoint : System.Data.Spatial.DbGeometry -> System.Data.Spatial.DbGeometry
Public MustOverride Function GetStartPoint (geometryValue As DbGeometry) As DbGeometry
Parameters
- geometryValue
- DbGeometry
The geometry value, which need not represent a curve.
Returns
The start point of the given DbGeometry value.
Exceptions
geometryValue
geometryValue