public GbsElementMitBescriftung( GbsElement GbsElement, string Bescriftung = null) : base(GbsElement) { this.Bescriftung = Bescriftung; }
public GbsElement( GbsElement ZuKopiire) : this( ZuKopiire, (null == ZuKopiire) ? OrtogoonInt.Leer : ZuKopiire.InGbsFläce, (null == ZuKopiire) ? null : ZuKopiire.InGbsBaumAstIndex) { }