View Single Post
  #5  
Old 09-06-2012, 06:56 AM
shivanangel shivanangel is offline
Member
 
Join Date: Feb 2006
Location: New Jersey
Posts: 182
I believe it will work.
I'll create a new instance of the class in the copy constructor and pass the copy into the initializer.

This way the copy command will now not just copy viz.VizNode but I can code it to also copy the rest of the parameters I've attached to my new class as well.

Thank you,
George
Reply With Quote