Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email.
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.