Propriété SpatialBuilder.ConstructedGeography
Obtient l'objet géographique qui a été construit en dernier.
Espace de noms : System.Spatial
Assembly : System.Spatial (en System.Spatial.dll)
Syntaxe
'Déclaration
Public ReadOnly Property ConstructedGeography As Geography
Get
'Utilisation
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
Valeur de propriété
Type : System.Spatial.Geography
Objet géographique qui a été construit.
Implémente
IGeographyProvider.ConstructedGeography