次の方法で共有


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 名前空間