I want to interpolate Z values for the vertexes in the polyline. Shape file contains few polylines. Polylines do have certain vertexes with correct Z value, others do not have Z value (set to ie. 0). As on the picture below.
How do I interpolate (linear interpolation) vertexes with 0 value?
I figured that IZ.InterpolateZsBetween will do that.
However, with my programming skills at this point, I am able to use basic geoprocessing tools in Python and realy have no clue how to implement ArcObject in it.
Any ideas?
Any known examples of that kind of code would be appreciated.
