The InsertObject api has a "checknames" option.
BaseDocument.InsertObject(op[, parent=None, pred=None, checknames=False])
I am missing this option with for example "InsertUnderLast()"
GeListNode.InsertUnderLast(obj)
What is the best way to get unique names for an object?
-Pim