Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.