private void pAddCellrefs(int count) { GCElement[] e = new GCCellref[count]; elementList.AddRange(e.ToList()); }
private void pAddCellref() { GCElement e = new GCCellref(); pAddElement(e); }
private void pAddCellref(GCCell c, GeoLibPoint pos) { GCElement e = new GCCellref(c, pos); pAddElement(e); }