public void Remove()
GoLayer layer = this.Layer; if (layer != null) { layer.Remove(this); } else { GoGroup parent = this.Parent; if (parent != null) parent.Remove(this); }
GoObject Class GoObject Members