public LayoutCollection(CadDocument document) { this.Owner = document; document.RegisterCollection(this); }
public ViewportCollection(CadDocument document) { document.RegisterCollection(this); }