Question
changing an existing markers comment
I feel this must be a simple syntax error on my part but I'm stuck.
I want to edit the comment attribute of an existing marker. the .comment attribute is listed as read/write so I think this should be the correct way to do this.
app.project.activeItem.layers;
layerCollection[2].property("Marker").keyValue(2).comment = "helllo";
