Latitude and longtitude of line Vertexs

How do i get or store, XY value of continues polyline vertex points…

Kindly share some sample codes.

A shapefile has shapes. Each shape has points and each point has an X and Y.
This is true when using MapWinGIS in your own application.

But you posted this in the MapWindow5-users forum, so I assume you are working on a MW5-plugin or MW5-tool.

In the MW5.Api namespace, which you should use when building plugins or tools the naming is a bit different.
A shapefile is now called FeatureSet and each FeatureSet has Features. A feature has Geometries which has coordinates.

When you look at the source code of the plug-ins available in MW5 you should find some examples.

Thank you very much for your reply… I got it…