How to select and activate multiple objects on the tree at once?
One can use the Activate method with a list of DataModelObjects, for example :
DataModelObjects
ExtAPI.DataModel.Tree.Activate(DataModel.Project.GetChildren(DataModelObjectCategory.Body,True))