DbGeometry.Boundary 属性

定义

获取 DbGeometry 对象的边界。

public:
 property System::Data::Spatial::DbGeometry ^ Boundary { System::Data::Spatial::DbGeometry ^ get(); };
public System.Data.Spatial.DbGeometry Boundary { get; }
member this.Boundary : System.Data.Spatial.DbGeometry
Public ReadOnly Property Boundary As DbGeometry

属性值

DbGeometry 对象的边界。

适用于