getLocation method

int getLocation(
  1. int geomIndex
)

Implementation

int getLocation(int geomIndex) {
  return elt[geomIndex]!.get(Position.ON);
}