import System
object_ids_array = System.Array[ObjectId](object_ids_list)
editor.SetImpliedSelection(object_ids_array)
hopes this helps
import System
object_ids_array = System.Array[ObjectId](object_ids_list)
editor.SetImpliedSelection(object_ids_array)
hopes this helps