SpatialBuilder.ConstructedGeometry 属性

获取最近构造的几何对象。

命名空间:  System.Spatial
程序集:  System.Spatial(在 System.Spatial.dll 中)

语法

声明
Public ReadOnly Property ConstructedGeometry As Geometry
    Get
用法
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

属性值

类型:System.Spatial.Geometry
构造的几何对象。

实现

IGeometryProvider.ConstructedGeometry

请参阅

参考

SpatialBuilder 类

System.Spatial 命名空间