getArgGeometry method

Geometry getArgGeometry(
  1. int i
)

Implementation

Geometry getArgGeometry(int i) {
  return arg[i].getGeometry()!;
}