SpatialBuilder.ConstructedGeography Propiedad
Obtiene el objeto de geografía que se construyó más recientemente.
Espacio de nombres: System.Spatial
Ensamblado: System.Spatial (en System.Spatial.dll)
Sintaxis
'Declaración
Public ReadOnly Property ConstructedGeography As Geography
Get
'Uso
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
Valor de la propiedad
Tipo: System.Spatial.Geography
Objeto de geografía que se construyó.
Implementa
IGeographyProvider.ConstructedGeography