Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts!
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.