共用方式為


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>
地理的集合。

請參閱

參考

GeographyCollection 類別

System.Spatial 命名空間