I have now selected my reddish polyline and run this simple script:
var oDoc = app.ActiveDoc; var oObject = oDoc.FirstSelectedGraphicInDoc; $.writeln (oObject.Points[0]);
But I get only this:
[object Point]
And the Data Browser is very closed about the Points:
So even inspecting existing objects does not reveal the nature of the point structure... GRRRRRRRRRRRRRR
How on earth can i find out how to define the points for the polyline?
