获取地理集合。
命名空间: 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>
地理集合。