Hey everyone, I was wondering if anyone knows how to get the Kind name of an object that inherits from BON::Model? I've got two classes of objects that I need to differentiate between; the first, Node, is derived from BON::Model and the second, HierarchicalNode, is derived from Node. Any ideas? Andrew