IGeographyProvider.ConstructedGeography Property
Gets the geography object that was constructed most recently.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
ReadOnly Property ConstructedGeography As Geography
Get
'Usage
Dim instance As IGeographyProvider
Dim value As Geography
value = instance.ConstructedGeography
Geography ConstructedGeography { get; }
property Geography^ ConstructedGeography {
Geography^ get ();
}
abstract ConstructedGeography : Geography
function get ConstructedGeography () : Geography
Property Value
Type: System.Spatial.Geography
The geography object that was constructed.