SpatialBuilder.ConstructedGeometry Property

Gets the geometry object that was constructed most recently.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public ReadOnly Property ConstructedGeometry As Geometry 
    Get
'Usage
Dim instance As SpatialBuilder 
Dim value As Geometry 

value = instance.ConstructedGeometry
public Geometry ConstructedGeometry { get; }
public:
virtual property Geometry^ ConstructedGeometry {
    Geometry^ get () sealed;
}
abstract ConstructedGeometry : Geometry 
override ConstructedGeometry : Geometry
final function get ConstructedGeometry () : Geometry

Property Value

Type: System.Spatial.Geometry
The geometry object that was constructed.

Implements

IGeometryProvider.ConstructedGeometry

See Also

Reference

SpatialBuilder Class

System.Spatial Namespace