获取最近构造的地理对象。
命名空间: System.Spatial
程序集: System.Spatial(在 System.Spatial.dll 中)
语法
声明
Public ReadOnly Property ConstructedGeography As Geography
Get
用法
Dim instance As SpatialBuilder
Dim value As Geography
value = instance.ConstructedGeography
public Geography ConstructedGeography { get; }
public:
virtual property Geography^ ConstructedGeography {
Geography^ get () sealed;
}
abstract ConstructedGeography : Geography
override ConstructedGeography : Geography
final function get ConstructedGeography () : Geography
属性值
类型:System.Spatial.Geography
构造的地理对象。
实现
IGeographyProvider.ConstructedGeography