Author Topic: Object Property Iteration  (Read 1171 times)

0 Members and 1 Guest are viewing this topic.

Draftek

  • Guest
Object Property Iteration
« on: January 04, 2012, 05:31:02 PM »
I've got some dynamic blocks with parameters that I've mapped to some classes.

I want to iterate thru the block library and fill in my instantiated objects to set the properties accordingly.
Then I can serialize them to an xml file to be used as a model view for the user interface when deserialized back into the objects to be presented in a property palette for the users to manipulate and then inserted into the drawing.

I'm curious if any of you guys have done anything like this without using reflection or even if you can.