IGeographyProvider.ConstructedGeography 属性

获取最近构造的地理对象。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
ReadOnly Property ConstructedGeography As Geography
    Get
用法
Dim instance As IGeographyProvider
Dim value As Geography

value = instance.ConstructedGeography
Geography ConstructedGeography { get; }
property Geography^ ConstructedGeography {
    Geography^ get ();
}
abstract ConstructedGeography : Geography
function get ConstructedGeography () : Geography

属性值

类型:System.Spatial.Geography
构造的地理对象。

请参阅

参考

IGeographyProvider 接口

System.Spatial 命名空间