Hi,
I'm writing a script to delete groups(folder) in my database. Anyone know the syntax?
Regards
Hi,
I'm writing a script to delete groups(folder) in my database. Anyone know the syntax?
Regards
Hi,
If you find the Group containing the group you can use
Delete ( Item ItemToDelete ) method to delete any objdef, model or group.
Thanks
Abhijti Das
When you are editing a document you need to concentrate on the language, grammar and content. Check the lucidity of the language to see whether a reader would be able to easily understand the document. You should check that the whole of the content is well organized as well. essay
HI ,
can you please giva a example to delete a Model using this code.
I tried a lot but not able to do it.
HI All,
following code worked for me :
//Find Group of the model to be deleted
var modelGroup=model[i].Group();
// to delete that model
modelGroup.Delete(model[i]);