다음을 통해 공유


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 네임스페이스