public new bool Write(GH_IWriter writer) { writer.SetDrawingBitmap("Image", this.Value); writer.SetString("ReportPart", this.ReportPart); writer.SetString("RefTag", this._refTag); return(true); }