Sorts the point set lexicographically.

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

Syntax

C#
public void Sort()
Visual Basic (Declaration)
Public Sub Sort
Visual C++
public:
void Sort()

Remarks

Use the Sort(PointSet..::.SortOrder) method to sort the points lexicographically different from XYZ.

Examples

ps.Sort() sorts the points in the point set ps lexicographically in XYZ order.

See Also