Esempio n. 1
0
 //Added by Wesley for IronPython integration:
 //Handle a request from an IronPython-based modeling tab to begin the modeling process.
 private void ProvideData(object sender, IPyModelingControl.ModelingCallback CallbackObject)
 {
     _projMgr.ModelDataTable = CreateModelDataTable();
     CallbackObject.MakeModel(_projMgr.ModelDataTable);
 }