Ejemplo n.º 1
0
 public IfcLibraryReference(IfcURIReference?__Location, IfcIdentifier?__Identification, IfcLabel?__Name, IfcText?__Description, IfcLanguageId?__Language, IfcLibraryInformation __ReferencedLibrary)
     : base(__Location, __Identification, __Name)
 {
     this._Description       = __Description;
     this._Language          = __Language;
     this._ReferencedLibrary = __ReferencedLibrary;
 }
Ejemplo n.º 2
0
 public IfcLibraryReference(IfcURIReference?__Location, IfcIdentifier?__Identification, IfcLabel?__Name, IfcText?__Description, IfcLanguageId?__Language, IfcLibraryInformation __ReferencedLibrary)
     : base(__Location, __Identification, __Name)
 {
     this.Description          = __Description;
     this.Language             = __Language;
     this.ReferencedLibrary    = __ReferencedLibrary;
     this.LibraryRefForObjects = new HashSet <IfcRelAssociatesLibrary>();
 }