Anyone know a code to draw lines in a mappoint map. Which is saved like an web page?
This is a discussion on Drawing in Mappoint static webmap within the MapPoint Desktop Discussion forums, part of the Map Forums category; Anyone know a code to draw lines in a mappoint map. Which is saved like an web page?...
Anyone know a code to draw lines in a mappoint map. Which is saved like an web page?
map11.Shapes.AddLine
this is what you are looking for i think.
There is 2 parameters. 2 location object.
sample?
map11.Shapes(map11.getlocation(4,54,0),map11.getLo cation(5,55,0))
hope this helps...
map11.Shapes.AddLine
this is what you are looking for i think.
There is 2 parameters. 2 location object.
sample?
map11.Shapes(map11.getlocation(54,4,0),map11.getLo cation(55,5,0))
hope this helps...
There are currently 1 users browsing this thread. (0 members and 1 guests)