DbGeometry.Envelope 属性

定义

获取此 DbGeometry 值的信封(最小边界框),作为几何图形值。

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

属性值

此 DbGeometry 值的信封(最小边界框)。

适用于