<html><head></head><body><div style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:13px;"><div><div>Hi,</div><div>I am creating an interpreter for GME using C#. I want to create child objects programmatically. For this, first I have to get all child objects defined in the metamodel.</div><div>In C++, we can get all child objects using "getFCOmeta().childFCOs()" and for creating child objects we use "myAtom = BON::Atom::create(parent,childObj->KindName);"</div><div>Now, my question is, which methods are available in C# to perform above mentioned operation (i.e. getting child objects from meta and creating childobject).</div><div><br></div><div class="ydp81b86650signature"><font face="HelveticaNeue-Light, Helvetica Neue Light, Helvetica Neue, Helvetica, Arial, Lucida Grande, sans-serif" size="2">Thanks & Regards<br>Somesh Das<br><br></font></div></div></div></body></html>