GeometryGym.Ifc.IfcLibraryReference.IfcLibraryReference C# (CSharp) Method

IfcLibraryReference() public method

public IfcLibraryReference ( IfcLibraryInformation referenced ) : System
referenced IfcLibraryInformation
return System
        public IfcLibraryReference(IfcLibraryInformation referenced)
            : base(referenced.mDatabase)
        {
            ReferencedLibrary = referenced;
        }

Same methods

IfcLibraryReference::IfcLibraryReference ( ) : System
IfcLibraryReference::IfcLibraryReference ( DatabaseIfc db ) : System
IfcLibraryReference::IfcLibraryReference ( DatabaseIfc db, IfcLibraryReference r ) : System