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

IfcExternalReference() protected method

protected IfcExternalReference ( DatabaseIfc db, IfcExternalReference r ) : System
db DatabaseIfc
r IfcExternalReference
return System
		protected IfcExternalReference(DatabaseIfc db, IfcExternalReference r) : base(db,r) { mLocation = r.mLocation; mIdentification = r.mIdentification; mName = r.mName; }
		protected IfcExternalReference(DatabaseIfc db) : base(db) { }

Same methods

IfcExternalReference::IfcExternalReference ( ) : System
IfcExternalReference::IfcExternalReference ( DatabaseIfc db ) : System