Link to home
Start Free TrialLog in
Avatar of Saqib Husain
Saqib HusainFlag for Pakistan

asked on

VBA: delete single vertex from LWpolyline

In VBA we can add a single vertex to a LWpolyline using the addvertex method. Is there a way to delete a single vertex?

Saqib
ASKER CERTIFIED SOLUTION
Avatar of borgunit
borgunit
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Saqib Husain

ASKER

So the answer is NO?
Well, I guess that depends on you. Do you know what I am describing to do?
I know that already. You are trying to draw a new pline with one less vertex. Not deleting an existing vertex.
I could have done the same thing to add a vertex but I do have a convenient command to take care of it. I was looking for something similar to delete the vertex.
Well almost, I am altering the existing pline, not creating a new one.
I just want to have the statement that this is not possible.