setLocationWithIndex method

void setLocationWithIndex(
  1. int geomIndex,
  2. int location
)

Implementation

void setLocationWithIndex(int geomIndex, int location) {
  elt[geomIndex]!.setLocationWithIndex(Position.ON, location);
}