Freigeben über


SpatialBuilder.ConstructedGeography-Eigenschaft

Ruft das zuletzt erstellte Geografieobjekt ab.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public ReadOnly Property ConstructedGeography As Geography
    Get
'Usage
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

Eigenschaftswert

Typ: System.Spatial.Geography
Das erstellte Geografieobjekt.

Implementiert

IGeographyProvider.ConstructedGeography

Siehe auch

Verweis

SpatialBuilder Klasse

System.Spatial-Namespace