DbSpatialServices.GetPointCount 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 값의 포인트 수를 반환합니다.
오버로드
| Name | Description |
|---|---|
| GetPointCount(DbGeography) |
줄 바꿈 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 수를 반환합니다. |
| GetPointCount(DbGeometry) |
줄 바꿈 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 수를 반환합니다. |
GetPointCount(DbGeography)
줄 바꿈 또는 선형 링을 나타내는 경우 지정된 DbGeography 값의 점 수를 반환합니다.
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeography ^ geographyValue);
public abstract int? GetPointCount(System.Data.Spatial.DbGeography geographyValue);
abstract member GetPointCount : System.Data.Spatial.DbGeography -> Nullable<int>
Public MustOverride Function GetPointCount (geographyValue As DbGeography) As Nullable(Of Integer)
매개 변수
- geographyValue
- DbGeography
꺾은선형 또는 선형 링을 나타낼 필요가 없는 지리 값입니다.
반품
지정된 DbGeography 값의 포인트 수입니다.
예외
geographyValue
geographyValue
적용 대상
GetPointCount(DbGeometry)
줄 바꿈 또는 선형 링을 나타내는 경우 지정된 DbGeometry 값의 점 수를 반환합니다.
public:
abstract Nullable<int> GetPointCount(System::Data::Spatial::DbGeometry ^ geometryValue);
public abstract int? GetPointCount(System.Data.Spatial.DbGeometry geometryValue);
abstract member GetPointCount : System.Data.Spatial.DbGeometry -> Nullable<int>
Public MustOverride Function GetPointCount (geometryValue As DbGeometry) As Nullable(Of Integer)
매개 변수
- geometryValue
- DbGeometry
선스트링 또는 선형 링을 나타낼 필요가 없는 기하 도형 값입니다.
반품
지정된 DbGeometry 값의 포인트 수입니다.
예외
geometryValue
geometryValue