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.
Provides access to the geography objects that this object constructs.
Namespace: System.Spatial
Assembly: System.Spatial (in System.Spatial.dll)
Syntax
'Declaration
Public Interface IGeographyProvider
'Usage
Dim instance As IGeographyProvider
public interface IGeographyProvider
public interface class IGeographyProvider
type IGeographyProvider = interface end
public interface IGeographyProvider
The IGeographyProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
ConstructedGeography | Gets the geography object that was constructed most recently. |
Top
Events
Name | Description | |
---|---|---|
![]() |
ProduceGeography | Fires when the provider constructs a geography object. |
Top