selectCollection method

void selectCollection(
  1. Object coll
)

Select all of the Parts supplied in the given collection, and deselect all other Parts.

This method raises the "ChangingSelection" and "ChangedSelection" DiagramEvents. @param {Iterable.

Implementation

void selectCollection(_i2.Object coll) {
  _i4.callMethod(
    this,
    'selectCollection',
    [coll],
  );
}