Community Tip - Did you get an answer that solved your problem? Please mark it as an Accepted Solution so others with the same problem can find the answer easily.
X
I believe the getmodelitem for model notes is unimplemented. Does anyone know of a way to modify a model note value? I keep running into walls here and I'm beginning to think there simply isn't a way of modifying them. Thoughts? What am I missing?
OK, my bad for the not so informed question. I got caught up in the listitems part not being implemented that I overlooked the simple. So roundabout way of getting the notes was just to loop the modelitems and put them into a map then use the SetLines(stringseq) method of the model's note. Works fine. Sigh.