Well, yes and no. yEd copies the values of those properties that are defined in the destination graph. Suppose you have one graph with node properties MyInt and MyText and a second graph with properties MyDouble and MyText. In this case, copying nodes from one graph to the other will copy the values of property MyText, but not the values of properties MyInt and MyDouble.