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
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
Property Value
Type: System.Spatial.Geography
The geography object that was constructed.
Implements
IGeographyProvider.ConstructedGeography