Oh ok...So i tried to create a new .tab file and copy all the features
and vertexes to the file while changing the pen. However, the
set_point doesn't seems to work correctly, i'll just get a square drew
out instead of a city map, maybe is my mistake...

while ( not end of features in dataset ) //loop 1
{
   create new feature

   while ( not end of vertex for a feature ) //loop 2
   {
      read vertex x and y from older feature
      set the vertex x and vertex y in the new feature
      next vertex
   }
   set the pen in new feature
   write the new feature to new dataset
   read next feature
}

Am i doing correct? But i feel like the function set_point sounds
weird < set_point(feature, part, vertex_count, ref x, ref y) > IF i
would to call this function within the loop 2 for each point, meaning
i am sending in vertex count each time for different points, which i
see it as a funny thing. Is it i have some misconcept here? Please
help.

Thanks in advance. 




 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/mitab/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to