共用方式為


SpatialBuilder.ConstructedGeography 屬性

取得最近建構的地理物件。

命名空間:  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

請參閱

參考

SpatialBuilder 類別

System.Spatial 命名空間