Sorts the point set lexicographically.
Namespace:
ceometric.VectorGeometryAssembly: ceometric.VectorGeometry (in ceometric.VectorGeometry.dll) Version: 1.6.0.0 (1.6.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.