Hello,
How we cad find two match point in a point2dcollection?
The following code does not work correctly.
Point2dCollection colPt = new Point2dCollection();
string sDoubleVertex ="";
for (int nCnt1 = 0; nCnt1
{
for (int nCnt2 = 0; nCnt2
{
// Step to the next iteration.
if (nC...