Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more!
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.