How do you change the ClassDiagramNodeItem.Image

Hi,

I want to change the image original value to a different image (Gif).
Can I get a code snippet that changes demo13's ClassDiagramNodeItem.Image. I added a setter so that I could change the image value but the goimage I created to set the image value does not render. What I see is a blank image.
Any Help?
Thanks
Rich

Most likely a problem with the way you are specifying the resource. Just create a GoImage, set the .gif into that and Add it to the document. See if it shows up.