DbGeometry.ConvexHull Property

Definition

Gets the convex hull of this DbGeometry value as another DbGeometry value.

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

Property Value

The convex hull of this DbGeometry value as another DbGeometry value.

Applies to