Changing image in GoIconicNode

Anyone know how to change the image/icon for a GoIconicNode?

thanks

anIconicNode.Image.Name = …; // when using ResourceManagers

or
anIconicNode.Image.Index = ...; // when using ImageLists

got it, thanks Walter