GeographyCollection.Geographies 속성
지리 컬렉션을 가져옵니다.
네임스페이스: System.Spatial
어셈블리: System.Spatial(System.Spatial.dll)
구문
‘선언
Public MustOverride ReadOnly Property Geographies As ReadOnlyCollection(Of Geography)
Get
‘사용 방법
Dim instance As GeographyCollection
Dim value As ReadOnlyCollection(Of Geography)
value = instance.Geographies
public abstract ReadOnlyCollection<Geography> Geographies { get; }
public:
virtual property ReadOnlyCollection<Geography^>^ Geographies {
ReadOnlyCollection<Geography^>^ get () abstract;
}
abstract Geographies : ReadOnlyCollection<Geography>
abstract function get Geographies () : ReadOnlyCollection<Geography>
속성 값
유형: System.Collections.ObjectModel.ReadOnlyCollection<Geography>
지리 컬렉션입니다.