Computes the extents of the point set.

Namespace:  ceometric.VectorGeometry
Assembly:  ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.8.0.0 (1.8.0.0)

Syntax

C#
public double[] ExtentsXYZ()
Visual Basic (Declaration)
Public Function ExtentsXYZ As Double()
Visual C++
public:
array<double>^ ExtentsXYZ()

Return Value

Returns a list of doubles containing the minimum X, maximum X, minimum Y, maximum Y and minimum Z, maximum Z coordinates of the point set in this order.

See Also