다음을 통해 공유


GeographyMultiPoint.Points 속성

지점의 컬렉션을 가져옵니다.

네임스페이스:  System.Spatial
어셈블리:  System.Spatial(System.Spatial.dll)

구문

‘선언
Public MustOverride ReadOnly Property Points As ReadOnlyCollection(Of GeographyPoint)
    Get
‘사용 방법
Dim instance As GeographyMultiPoint
Dim value As ReadOnlyCollection(Of GeographyPoint)

value = instance.Points
public abstract ReadOnlyCollection<GeographyPoint> Points { get; }
public:
virtual property ReadOnlyCollection<GeographyPoint^>^ Points {
    ReadOnlyCollection<GeographyPoint^>^ get () abstract;
}
abstract Points : ReadOnlyCollection<GeographyPoint>
abstract function get Points () : ReadOnlyCollection<GeographyPoint>

속성 값

유형: System.Collections.ObjectModel.ReadOnlyCollection<GeographyPoint>
지점의 컬렉션입니다.

참고 항목

참조

GeographyMultiPoint 클래스

System.Spatial 네임스페이스