取得最近建構的地理物件。
命名空間: 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