GeometryConvexHullAggregate Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Represents the convex hull for the given set of SqlGeometry objects.
Assembly: Microsoft.SqlServer.Types (in Microsoft.SqlServer.Types.dll)
[SerializableAttribute] [CLSCompliantAttribute(true)] [SqlUserDefinedAggregateAttribute(Format::UserDefined, IsInvariantToDuplicates = true, IsInvariantToNulls = true, IsInvariantToOrder = true, IsNullIfEmpty = false, MaxByteSize = -1)] public ref class GeometryConvexHullAggregate : IBinarySerialize
| Name | Description | |
|---|---|---|
![]() | GeometryConvexHullAggregate() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the GeometryConvexHullAggregate class. |
| Name | Description | |
|---|---|---|
![]() | Accumulate(SqlGeometry^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the specified SqlGeometry object into this convex hull. |
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | Init() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes the properties of a GeometryConvexHullAggregate object. |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | Merge(GeometryConvexHullAggregate^) | This API supports the product infrastructure and is not intended to be used directly from your code. Adds the specified GeometryConvexHullAggregate object into this convex hull. |
![]() | Read(BinaryReader^) | This API supports the product infrastructure and is not intended to be used directly from your code. Reads a binary representation of a geometry type into a SqlGeometry object. |
![]() | Terminate() | This API supports the product infrastructure and is not intended to be used directly from your code. Returns the SqlGeometry object that represents the geometry collection. |
![]() | ToString() | (Inherited from Object.) |
![]() | Write(BinaryWriter^) | This API supports the product infrastructure and is not intended to be used directly from your code. Writes a SqlGeometry object to a binary stream. |
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

