다음을 통해 공유


SqlSpatialServices.GetYCoordinate(DbGeometry) 메서드

정의

지정된 DbGeometry 값이 점을 나타낼 경우 해당 값의 Y 좌표를 반환합니다.

public override Nullable<double> GetYCoordinate(System.Data.Entity.Spatial.DbGeometry geometryValue);
override this.GetYCoordinate : System.Data.Entity.Spatial.DbGeometry -> Nullable<double>
Public Overrides Function GetYCoordinate (geometryValue As DbGeometry) As Nullable(Of Double)

매개 변수

geometryValue
DbGeometry

점을 나타낼 필요가 없는 기하 값입니다.

반환

지정된 DbGeometry 값의 Y 좌표입니다.

적용 대상