ConvexHull Method (Geography)

The geographic convex hull.

Namespace:  System.Spatial
Assembly:  System.Spatial (in System.Spatial.dll)

Syntax

'Declaration
Public Overridable Function ConvexHull ( _
    operand As Geography _
) As Geography
'Usage
Dim instance As SpatialOperations
Dim operand As Geography
Dim returnValue As Geography

returnValue = instance.ConvexHull(operand)
public virtual Geography ConvexHull(
    Geography operand
)
public:
virtual Geography^ ConvexHull(
    Geography^ operand
)
abstract ConvexHull : 
        operand:Geography -> Geography 
override ConvexHull : 
        operand:Geography -> Geography 
public function ConvexHull(
    operand : Geography
) : Geography

Parameters

Return Value

Type: System.Spatial..::..Geography
The operation result.

See Also

Reference

SpatialOperations Class

ConvexHull Overload

System.Spatial Namespace